TcpStream bind before connect #68053
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
We now have
TcpStream::connect
andTcpStream::connect_timeout
to create aTcpStream
.But there is no option for us to do before calling
connect()
, in particular,bind()
to the source address.Proposal:
The text was updated successfully, but these errors were encountered: