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
Currently we're forcing a bind in Eio.Net.datagram_socket by obliging the user to pass a sockaddr, this should be optional, an unbound UDP socket binds on the first sendto and the kernel chooses an ephemeral port.
The text was updated successfully, but these errors were encountered:
Currently we're forcing a bind in
Eio.Net.datagram_socket
by obliging the user to pass asockaddr
, this should be optional, an unbound UDP socket binds on the firstsendto
and the kernel chooses an ephemeral port.The text was updated successfully, but these errors were encountered: