about summary refs log tree commit diff
path: root/library/std/src/os/net/linux_ext/tests.rs
AgeCommit message (Collapse)AuthorLines
2025-09-26std::net: update tcp deferaccept delay type to Duration.David Carlier-4/+7
2024-07-29Reformat `use` declarations.Nicholas Nethercote-8/+6
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-02-21os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`.David Carlier-0/+26
allows for socket to process only when there is data to process, the option sets a number of seconds until the data is ready.
2022-09-18Adjust `tcp_quickack` feature to allow other `os::linux::net` features.John Millikin-0/+28