git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b6b9fa
)
netfilter: nf_conntrack_sip: add TCP support
author
Patrick McHardy
<kaber@trash.net>
Thu, 11 Feb 2010 11:26:19 +0000
(12:26 +0100)
committer
Patrick 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