]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When sending in ICMP response to an SCTP packet,
authortuexen <tuexen@FreeBSD.org>
Wed, 25 May 2016 22:16:11 +0000 (22:16 +0000)
committertuexen <tuexen@FreeBSD.org>
Wed, 25 May 2016 22:16:11 +0000 (22:16 +0000)
commitdad0f4b1ee3df3366262c758edb7d3b2b37678f4
tree16187eb9cd51b084850c6654ec5b058464f98737
parentc5d27b0315b409284a956091dac015daced93d82
When sending in ICMP response to an SCTP packet,
* include the SCTP common header, if possible
* include the first 8 bytes of the INIT chunk, if possible
This provides the necesary information for the receiver of the ICMP
packet to process it.

MFC after: 1 week
sys/netinet/ip_icmp.c