TcpSocket::from_std #3734
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-net
Module: tokio/net
Currently the only way to convert a socket2 socket into a
TcpSocket
is the platform-dependentFromRawFd
orFromRawSocket
methods. Can we do better?The text was updated successfully, but these errors were encountered: