Tracking Issue for tcp_linger
#88494
Labels
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(tcp_linger)]
This is a tracking issue for the
TcpStream::linger
andTcpStream::set_linger
methods that get/set theSO_LINGER
option on the socket. Behavior works as expected on both Unix and Windows.Public API
Steps / History
TcpStream::set_linger
andTcpStream::linger
#88495Unresolved Questions
The text was updated successfully, but these errors were encountered: