svn commit: r264701 - head/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sun Apr 20 18:15:24 UTC 2014
Author: tuexen
Date: Sun Apr 20 18:15:23 2014
New Revision: 264701
URL: http://svnweb.freebsd.org/changeset/base/264701
Log:
Send also a packet containing an ABORT chunk in response to an OOTB packet
containing a COOKIE-ECHO chunk.
MFC after: 3 days
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
==============================================================================
--- head/sys/netinet/sctputil.c Sun Apr 20 17:24:27 2014 (r264700)
+++ head/sys/netinet/sctputil.c Sun Apr 20 18:15:23 2014 (r264701)
@@ -4047,9 +4047,6 @@ sctp_handle_ootb(struct mbuf *m, int iph
case SCTP_INIT:
contains_init_chunk = 1;
break;
- case SCTP_COOKIE_ECHO:
- /* We hit here only if the assoc is being freed */
- return;
case SCTP_PACKET_DROPPED:
/* we don't respond to pkt-dropped */
return;
More information about the svn-src-all
mailing list