bors
8790c3cc7c
Auto merge of #119636 - devnexen:linux_tcp_defer_accept, r=m-ou-se
...
os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`.
allows for socket to process only when there is data to process, the option sets a number of seconds until the data is ready.
2024-02-27 16:00:39 +00:00
Pavel Grigorenko
ff187a92d8
library: use addr_of!
2024-02-24 16:02:17 +03:00
David Carlier
85bf4439e6
os::net: expanding TcpStreamExt for Linux with tcp_deferaccept.
...
allows for socket to process only when there is data to process,
the option sets a number of seconds until the data is ready.
2024-02-21 20:59:15 +00:00
Benoît du Garreau
0a42a540c6
Make io::BorrowedCursor::advance safe
...
This also keeps the old `advance` method under `advance_unchecked` name.
This makes pattern like `std::io::default_read_buf` safe to write.
2024-02-07 16:46:28 +01:00
joboet
411f34b782
std: fix module references on UNIX
2024-01-11 20:26:06 +01:00
joboet
99128b7e45
std: begin moving platform support modules into pal
2024-01-11 20:10:25 +01:00