]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 231672:
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 17 Feb 2012 10:54:09 +0000 (10:54 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 17 Feb 2012 10:54:09 +0000 (10:54 +0000)
commitec58635329a0319d1b7dfa3fab2bccda4854a5bf
tree0276a875f46f6b7569685d52c8c9fddeadbd2c18
parentd7523dc83ee823ffc6b875b4e4507256e824ca38
MFC 231672:

Fix a bug where the wrong protocol overhead was used. This can lead
to a deadlock of an association when an IPv6 socket was used to
communcate with IPv4 and an ICMPv4 fragmentation needed message
was received.
While there, simplify the code a bit.

git-svn-id: svn://svn.freebsd.org/base/stable/9@231870 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/sctp_output.c