forked from facebook/folly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add IP_BIND_ADDRESS_NO_PORT support to async socket
Summary: The existing code enables the socket option `SO_REUSEADDR` when a bind address is specified. This diff adds the usage of `IP_BIND_ADDRESS_NO_PORT` when the bind address is specified with port 0 (wildcard). Reviewed By: dmm-fb Differential Revision: D60170575 fbshipit-source-id: a629a3975adaed1acd875324c7d9ffe83463872f
- Loading branch information
1 parent
5cf36dc
commit 9e71a72
Showing
2 changed files
with
63 additions
and
16 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
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