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

[inetstack] UDP should support send when socket is not bound #973

Open
iyzhang opened this issue Oct 16, 2023 · 0 comments
Open

[inetstack] UDP should support send when socket is not bound #973

iyzhang opened this issue Oct 16, 2023 · 0 comments
Labels
enhancement Enhancement Request on an Existing Feature

Comments

@iyzhang
Copy link
Contributor

iyzhang commented Oct 16, 2023

Context

Currently we do not support sending from a UDP socket when it is not bound.

Proposed Solution

We should allocate an ephemeral port and use that (and the local IP) to send from if the socket is not bound.

@iyzhang iyzhang added the enhancement Enhancement Request on an Existing Feature label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement Request on an Existing Feature
Projects
None yet
Development

No branches or pull requests

1 participant