]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/android/net.rs
Rollup merge of #101014 - isikkema:fix-zmeta-stats-file-encoder-no-read-perms, r...
[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;