1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

- Fix the one-2-one model to properly do a socantrecv()

Approved by:	re@freeBSD.org (Ken Smith)
This commit is contained in:
Randall Stewart 2007-10-06 13:23:42 +00:00
parent 2e01823535
commit 8d3b5e7afe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172458

View File

@ -4235,6 +4235,7 @@ sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int from_inpcbfre
SS_ISCONNECTED);
}
SOCK_UNLOCK(so);
socantrcvmore(so);
sctp_sowwakeup(inp, so);
sctp_sorwakeup(inp, so);
SCTP_SOWAKEUP(so);