Skip to content

Commit 3e98cc6

Browse files
committed
Make "tcp_quickack" stable
1 parent 31597e6 commit 3e98cc6

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/cygwin

1 file changed

+1
-1
lines changed

library/std/src/os/cygwin/net.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
pub use crate::os::net::linux_ext::addr::SocketAddrExt;
77
#[unstable(feature = "unix_socket_ancillary_data", issue = "76915")]
88
pub use crate::os::net::linux_ext::socket::UnixSocketExt;
9-
#[unstable(feature = "tcp_quickack", issue = "96256")]
9+
#[stable(feature = "tcp_quickack", since = "1.89.0")]
1010
pub use crate::os::net::linux_ext::tcp::TcpStreamExt;

0 commit comments

Comments
 (0)