From: Patrick McHardy Date: Thu, 11 Feb 2010 11:26:19 +0000 (+0100) Subject: netfilter: nf_conntrack_sip: add TCP support X-Git-Tag: v2.6.34-rc1~233^2~303^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b321bd37fbec9188feb1f721ab46a5ac0b35da;p=pandora-kernel.git netfilter: nf_conntrack_sip: add TCP support 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 --- Reading git-diff-tree failed