We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31597e6 commit 3e98cc6Copy full SHA for 3e98cc6
library/std/src/os/cygwin/net.rs
@@ -6,5 +6,5 @@
6
pub use crate::os::net::linux_ext::addr::SocketAddrExt;
7
#[unstable(feature = "unix_socket_ancillary_data", issue = "76915")]
8
pub use crate::os::net::linux_ext::socket::UnixSocketExt;
9
-#[unstable(feature = "tcp_quickack", issue = "96256")]
+#[stable(feature = "tcp_quickack", since = "1.89.0")]
10
pub use crate::os::net::linux_ext::tcp::TcpStreamExt;
0 commit comments