-
-
Couldn't load subscription status.
- Fork 2.8k
Closed
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateM-netModule: tokio/netModule: tokio/netT-docsTopic: documentationTopic: documentation
Description
mio's documentation for TcpListener::bind clearly states that the TCP listener will set SO_REUSEADDR on Unix only, as this socket option has a different meaning on Windows.
Tokio's documentation omits the fact that this is Unix-only, which can be confusing for users of the API who haven't consulted the mio documentation.
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateM-netModule: tokio/netModule: tokio/netT-docsTopic: documentationTopic: documentation