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
The documentation shows this crate being used to bind a TCP socket to two addresses. This doesn't work on any OS that I'm familiar with - the second bind returns EINVAL since the socket is already bound. I suggest providing a different example, as the example led me to believe that this crate had higher-level functionality that would abstract the use of multiple sockets to listen on multiple addresses.
The content you are editing has changed. Please copy your edits and refresh the page.
The documentation shows this crate being used to bind a TCP socket to two addresses. This doesn't work on any OS that I'm familiar with - the second bind returns
EINVAL
since the socket is already bound. I suggest providing a different example, as the example led me to believe that this crate had higher-level functionality that would abstract the use of multiple sockets to listen on multiple addresses.Tasks
The text was updated successfully, but these errors were encountered: