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 unbound UDP sockets #341

Closed
haesbaert opened this issue Oct 7, 2022 · 1 comment
Closed

Can't use unbound UDP sockets #341

haesbaert opened this issue Oct 7, 2022 · 1 comment
Assignees
Labels
api API design decision bug Something isn't working

Comments

@haesbaert
Copy link
Contributor

haesbaert commented Oct 7, 2022

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.

@haesbaert haesbaert added api API design decision bug Something isn't working labels Oct 7, 2022
@bikallem bikallem self-assigned this Oct 26, 2022
@haesbaert
Copy link
Contributor Author

Fixed in #360

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

No branches or pull requests

2 participants