]> git.lizzy.rs Git - rust.git/commit
Adjust `tcp_quickack` feature to allow other `os::linux::net` features.
authorJohn Millikin <john@john-millikin.com>
Sun, 18 Sep 2022 06:13:42 +0000 (15:13 +0900)
committerJohn Millikin <john@john-millikin.com>
Sun, 18 Sep 2022 07:11:50 +0000 (16:11 +0900)
commitfc380ecd13f0a16519ebf1df64648d006a4985fc
tree0edf711ef1cde4edadb89bb2a0fb52417be03679
parentbc7b17cfe3bf08b618d1c7b64838053faeb1f590
Adjust `tcp_quickack` feature to allow other `os::linux::net` features.
library/std/src/os/android/net.rs
library/std/src/os/linux/net.rs
library/std/src/os/net/linux_ext/mod.rs [new file with mode: 0644]
library/std/src/os/net/linux_ext/tcp.rs [new file with mode: 0644]
library/std/src/os/net/linux_ext/tests.rs [new file with mode: 0644]
library/std/src/os/net/mod.rs
library/std/src/os/net/tcp.rs [deleted file]
library/std/src/os/net/tests.rs [deleted file]