]> git.lizzy.rs Git - rust.git/commit
add `TcpStream::set_linger` and `TcpStream::linger`
authoribraheemdev <ibrah1440@gmail.com>
Mon, 30 Aug 2021 17:02:15 +0000 (13:02 -0400)
committeribraheemdev <ibrah1440@gmail.com>
Mon, 30 Aug 2021 17:42:52 +0000 (13:42 -0400)
commit3b6777f1ab7952c058d69be15805a06a8ce0f1da
tree17a4583493e121efefb07ad58e1e7b711a9b93f4
parent6cfa773583bb5123e630668f5bfe466716225546
add `TcpStream::set_linger` and `TcpStream::linger`
12 files changed:
library/std/src/lib.rs
library/std/src/net/tcp.rs
library/std/src/net/tcp/tests.rs
library/std/src/sys/hermit/net.rs
library/std/src/sys/sgx/net.rs
library/std/src/sys/unix/l4re.rs
library/std/src/sys/unix/net.rs
library/std/src/sys/unsupported/net.rs
library/std/src/sys/wasi/net.rs
library/std/src/sys/windows/c.rs
library/std/src/sys/windows/net.rs
library/std/src/sys_common/net.rs