diff options
author | tuexen <tuexen@FreeBSD.org> | 2010-02-20 20:30:40 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2010-02-20 20:30:40 +0000 |
commit | f9cc41e4ee80a4c28e6617322ecf1fea377c070e (patch) | |
tree | 0240a38567ab0eb9dcacc4a7ba50cc425104f0f8 /sys/netinet/sctp_output.h | |
parent | 29381991cf960220b44aa20487b64388a3fa5947 (diff) | |
download | FreeBSD-src-f9cc41e4ee80a4c28e6617322ecf1fea377c070e.zip FreeBSD-src-f9cc41e4ee80a4c28e6617322ecf1fea377c070e.tar.gz |
Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.
MFC after: 1 week
Diffstat (limited to 'sys/netinet/sctp_output.h')
-rw-r--r-- | sys/netinet/sctp_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index ce76feb..bd40a0b 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -111,7 +111,7 @@ void sctp_send_shutdown(struct sctp_tcb *, struct sctp_nets *); void sctp_send_shutdown_ack(struct sctp_tcb *, struct sctp_nets *); -void sctp_send_shutdown_complete(struct sctp_tcb *, struct sctp_nets *); +void sctp_send_shutdown_complete(struct sctp_tcb *, struct sctp_nets *, int); void sctp_send_shutdown_complete2(struct mbuf *, int, struct sctphdr *, |