Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully support outgoing UDP #323

Closed
eyalb181 opened this issue Sep 4, 2022 · 1 comment
Closed

Fully support outgoing UDP #323

eyalb181 opened this issue Sep 4, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request major
Milestone

Comments

@eyalb181
Copy link
Member

eyalb181 commented Sep 4, 2022

After #278 is done, we need to complete the outgoing UDP functionality to support all relevant use cases, not only Go DNS.

@eyalb181 eyalb181 added enhancement New feature or request major labels Sep 4, 2022
@aviramha aviramha added this to the MVP+1 milestone Sep 8, 2022
@t4lz t4lz self-assigned this Sep 13, 2022
@t4lz t4lz closed this as completed Sep 14, 2022
@t4lz t4lz reopened this Sep 14, 2022
@t4lz
Copy link
Member

t4lz commented Sep 15, 2022

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.

@t4lz t4lz closed this as completed Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request major
Projects
None yet
Development

No branches or pull requests

3 participants