netfilter: nf_conntrack_sip: add TCP support
authorPatrick McHardy <kaber@trash.net>
Thu, 11 Feb 2010 11:26:19 +0000 (12:26 +0100)
committerPatrick McHardy <kaber@trash.net>
Thu, 11 Feb 2010 11:26:19 +0000 (12:26 +0100)
Add TCP support, which is mandated by RFC3261 for all SIP elements.

SIP over TCP is similar to UDP, except that messages are delimited
by Content-Length: headers and multiple messages may appear in one
packet.

Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found