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:
parent
2e01823535
commit
8d3b5e7afe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172458
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user