]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't send kernel provided information in the User Initiated
authorMichael Tuexen <tuexen@FreeBSD.org>
Mon, 11 Feb 2013 13:57:03 +0000 (13:57 +0000)
committerMichael Tuexen <tuexen@FreeBSD.org>
Mon, 11 Feb 2013 13:57:03 +0000 (13:57 +0000)
commitc53f854a17d7b81149b86ff298e5fb42ce7e4e43
tree836306262c42dc735928149df8428ac14a2d0a12
parentb57181586ca9e82482f3286303b5b57273d4c8ee
Don't send kernel provided information in the User Initiated
ABORT cause, since the user can also provide this kind of
information. So the receiver doesn't know who provided the
information.
While there: Fix a bug where the stack would send a malformed
ABORT chunk when using a send() call with SCTP_ABORT|SCT_SENDALL
flags.

MFC after: 3 days
sys/netinet/sctp_indata.c
sys/netinet/sctp_output.c
sys/netinet/sctp_pcb.c
sys/netinet/sctp_usrreq.c