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

This commit is contained in:
Vaibhav Gupta
2025-09-17 21:10:10 +08:00
committed by GitHub
parent 7c197c7784
commit c6b16cc861
+2 -2
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.