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 UDP is only supported if the application binds a non-0 port and also calls connect on the socket, which is not mandatory for UDP. It was decided not to implement support for "connect-less" UDP yet.
After #278 is done, we need to complete the outgoing UDP functionality to support all relevant use cases, not only Go DNS.
The text was updated successfully, but these errors were encountered: