summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-06-22 16:42:09 +0000
committertuexen <tuexen@FreeBSD.org>2014-06-22 16:42:09 +0000
commit51d3c53b6e26d9c9fe910598986ac19357c76418 (patch)
treefb3a528d2c9f36cb4e37a460262a1efb6286058a /sys/netinet
parentd64d9d1bcee273b4991186ae0df88f8e60a8bc43 (diff)
downloadFreeBSD-src-51d3c53b6e26d9c9fe910598986ac19357c76418.zip
FreeBSD-src-51d3c53b6e26d9c9fe910598986ac19357c76418.tar.gz
MFC r264701:
Send also a packet containing an ABORT chunk in response to an OOTB packet containing a COOKIE-ECHO chunk.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctputil.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c
index 2779888..92ee88f 100644
--- a/sys/netinet/sctputil.c
+++ b/sys/netinet/sctputil.c
@@ -4047,9 +4047,6 @@ sctp_handle_ootb(struct mbuf *m, int iphlen, int offset,
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;
OpenPOWER on IntegriCloud