-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp_in: Fix incomplete closure if linger active
If SO_LINGER enabled and lingering close is in progress, we have to complete the closure to release the blocked api_msg: close(). Otherwise, it might be blocked forever, as the linked pcb is removed.
- Loading branch information
1 parent
0866f57
commit 8b599aa
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters