Skip to content

fix: listen on multiple wildcards #32

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

Merged
merged 2 commits into from
Jul 7, 2025

Conversation

achingbrain
Copy link
Collaborator

@achingbrain achingbrain commented Jul 6, 2025

Switches UDP socket creation to use the socket2 crate - this lets us configure ipv6 sockets to only listen on ipv6 addresses and not be dual stack (default on linux) which is not possible with std::net::UdpSocket.

Refs: rust-lang/rust#130668
Fixes #28

Switches UDP port creation to use the socket2 crate - this lets us
configure ipv6 ports to only listen on ipv6 addresses and not be
dual stack (default on linux).

Fixes #28
@achingbrain achingbrain requested a review from wemeetagain July 6, 2025 08:28
@achingbrain
Copy link
Collaborator Author

Refs: ipshipyard/roadmaps#34

@achingbrain
Copy link
Collaborator Author

I'm going to merge this to allow further experimentation.

@achingbrain achingbrain merged commit 9a22a8f into main Jul 7, 2025
15 checks passed
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

Successfully merging this pull request may close these issues.

Cannot use the same port for quic-v1 ip4/ip6 listen addresses
1 participant