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

udp6: Avoid special handling of unknown local addresses #320

Open
chrysn opened this issue Sep 20, 2023 · 0 comments
Open

udp6: Avoid special handling of unknown local addresses #320

chrysn opened this issue Sep 20, 2023 · 0 comments

Comments

@chrysn
Copy link
Owner

chrysn commented Sep 20, 2023

With the currently proposed resolution of #319, looks like we're running a UDP socket connect syscall per peer to which we send something for the first time.

As that connected socket will also have a local address associated with it, we may manage to simplify some things where previously we've lugged around a None. (But maybe that's not a good idea because it's cross-layer ... not sure off my head).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant