You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking issue for the TcpStream::linger and TcpStream::set_linger methods that get/set the SO_LINGER option on the socket. Behavior works as expected on both Unix and Windows.
Feature gate:
#![feature(tcp_linger)]This is a tracking issue for the
TcpStream::lingerandTcpStream::set_lingermethods that get/set theSO_LINGERoption on the socket. Behavior works as expected on both Unix and Windows.Public API
Steps / History
TcpStream::set_lingerandTcpStream::linger#88495Unresolved Questions