]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/android/net.rs
:arrow_up: rust-analyzer
[rust.git] / library / std / src / os / android / 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;