]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/linux/net.rs
Auto merge of #100966 - compiler-errors:revert-remove-deferred-sized-checks, r=pnkfelix
[rust.git] / library / std / src / os / linux / net.rs
1 //! Linux and Android-specific definitions for socket options.
2
3 #![unstable(feature = "tcp_quickack", issue = "96256")]
4 pub use crate::os::net::tcp::TcpStreamExt;