net: clarify the supported platform of set_reuseport() and reuseport() (#7628)

This commit is contained in:
Vaibhav Gupta 2025-09-17 18:40:10 +05:30 committed by GitHub
parent 7c197c7784
commit c6b16cc861
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.