We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SO_REUSEADDR
1 parent 8652874 commit 2326323Copy full SHA for 2326323
tokio/src/net/tcp/listener.rs
@@ -75,7 +75,7 @@ impl TcpListener {
75
/// the addresses succeed in creating a listener, the error returned from
76
/// the last attempt (the last address) is returned.
77
///
78
- /// This function sets the `SO_REUSEADDR` option on the socket.
+ /// This function sets the `SO_REUSEADDR` option on the socket on Unix.
79
80
/// To configure the socket before binding, you can use the [`TcpSocket`]
81
/// type.
0 commit comments