]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r246674:
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 Mar 2013 01:29:05 +0000 (01:29 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 8 Mar 2013 01:29:05 +0000 (01:29 +0000)
commit3eb237459a7b66ac0a3c3c8518610e84ce2ee9f5
tree198e3051a1f1a1d184e8dd25ce51fe116038f6c6
parentced2f9e27a426f540a37a012250bfbecc9a09eff
MFC r246674:

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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@248022 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/sctp_indata.c
sys/netinet/sctp_output.c
sys/netinet/sctp_pcb.c
sys/netinet/sctp_usrreq.c