]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This patch fixes two bugs related to the SCTP message recovery
authorMichael Tuexen <tuexen@FreeBSD.org>
Sun, 26 Jun 2016 16:38:42 +0000 (16:38 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Sun, 26 Jun 2016 16:38:42 +0000 (16:38 +0000)
commitab3373140d5a523ba15561ba7b5f115972228ef2
tree550b541311a526d24d31bc739e79ad579f9cb887
parent6ee52c658c5a55e1bc6ca82635a0e87057510b7d
This patch fixes two bugs related to the SCTP message recovery
for messages which have been put on the send queue:
* Do not report any DATA or I-DATA chunk padding.
* Correctly deal with the I-DATA chunk header instead of the DATA
  chunk header when the I-DATA extension is used.

Approved by: re (kib)
MFC after: 1 week
sys/netinet/sctputil.c