mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
net: clarify the supported platform of set_reuseport() and reuseport() (#7628)
This commit is contained in:
@@ -252,7 +252,7 @@ impl TcpSocket {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Allows the socket to bind to an in-use port. Only available for unix systems
|
/// Allows the socket to bind to an in-use port. Only available for unix systems
|
||||||
/// (excluding Solaris & Illumos).
|
/// (excluding Solaris, Illumos, and Cygwin).
|
||||||
///
|
///
|
||||||
/// Behavior is platform specific. Refer to the target platform's
|
/// Behavior is platform specific. Refer to the target platform's
|
||||||
/// documentation for more details.
|
/// documentation for more details.
|
||||||
@@ -296,7 +296,7 @@ impl TcpSocket {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Allows the socket to bind to an in-use port. Only available for unix systems
|
/// Allows the socket to bind to an in-use port. Only available for unix systems
|
||||||
/// (excluding Solaris & Illumos).
|
/// (excluding Solaris, Illumos, and Cygwin).
|
||||||
///
|
///
|
||||||
/// Behavior is platform specific. Refer to the target platform's
|
/// Behavior is platform specific. Refer to the target platform's
|
||||||
/// documentation for more details.
|
/// documentation for more details.
|
||||||
|
|||||||
Reference in New Issue
Block a user