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

Can't use connected UDP sockets #345

Open
haesbaert opened this issue Oct 11, 2022 · 1 comment · Fixed by #360
Open

Can't use connected UDP sockets #345

haesbaert opened this issue Oct 11, 2022 · 1 comment · Fixed by #360
Labels
api API design decision bug Something isn't working

Comments

@haesbaert
Copy link
Contributor

Usually you can "connect" a UDP socket and use normal writes and reads.
In former times a sendto on UDP was a connect+write, at the very least this should allow the kernel to cache a route lookup and etc.

@haesbaert haesbaert added bug Something isn't working api API design decision labels Oct 11, 2022
@haesbaert haesbaert reopened this Nov 4, 2022
@haesbaert
Copy link
Contributor Author

This is not the same as an unbound socket, I'm re-opening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API design decision bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant