| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-26 | std::net: update tcp deferaccept delay type to Duration. | David Carlier | -4/+7 | |
| 2024-07-29 | Reformat `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-21 | os::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-18 | Adjust `tcp_quickack` feature to allow other `os::linux::net` features. | John Millikin | -0/+28 | |
