net::{TcpStream,TcpListener}::set_only_v6
are useless
#33052
Labels
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
AFAIUI,
net::TcpListener::set_only_v6
has to be called beforebind
ing a socket. However, with the current API this is not possible.For
TcpStream
I'm not sure if this option is meaningful at all. And if it is, it surely has to be set beforeconnect
ing.I know the FCP for those is over, but they should still be removed IMO.
The text was updated successfully, but these errors were encountered: