TcpStream::connect_std equivalent in tokio 1.0.0? #3326
-
Is there a way to avoid the blocking |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
What I'm missing is the ability to bind an IP address that is not yet attached to an interface ( |
Beta Was this translation helpful? Give feedback.
TcpSocket::connect
lets you configure the socket before connecting. If it is missing astd
conversion, we can add that.