mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
net: clarify the supported platform of set_reuseport()
and reuseport()
(#7628)
This commit is contained in:
parent
7c197c7784
commit
c6b16cc861
@ -252,7 +252,7 @@ impl TcpSocket {
|
||||
}
|
||||
|
||||
/// 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
|
||||
/// 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
|
||||
/// (excluding Solaris & Illumos).
|
||||
/// (excluding Solaris, Illumos, and Cygwin).
|
||||
///
|
||||
/// Behavior is platform specific. Refer to the target platform's
|
||||
/// documentation for more details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user