-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix listen backlog with OTP Socket lwIP
Fix logic as apparently lwIP doesn't allow for delaying accept (SYN-ACK), so accept_cb is treated like recv_cb, incoming connections are enqueued Also simplify nif_select_read as we're always selecting for ourselves Signed-off-by: Paul Guyot <pguyot@kallisys.net>
- Loading branch information
Showing
5 changed files
with
109 additions
and
117 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
Oops, something went wrong.