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

expose explicit golang IPV4 and IPV6 handling (udp4 udp6) #136

Open
emiago opened this issue Oct 4, 2024 · 1 comment
Open

expose explicit golang IPV4 and IPV6 handling (udp4 udp6) #136

emiago opened this issue Oct 4, 2024 · 1 comment
Labels
breaking change enhancement New feature or request Open to Sponsor Development will be done sooner if it gets sponsored

Comments

@emiago
Copy link
Owner

emiago commented Oct 4, 2024

There is need some work done, to allow caller to prefer ipv4 or ipv6 in some cases.
As this is handled by std library, sipgo needs to expose and handle cases like tcp4, tcp6

DNS is now prefered with IPV4, we need to fix this.

Modern world is getting out of IPV4

@emiago
Copy link
Owner Author

emiago commented Oct 4, 2024

server listeners have now support for passing udp4 udp6.
More work needed for client

@emiago emiago added this to the Stable API design milestone Dec 3, 2024
@emiago emiago added bug Something isn't working breaking change enhancement New feature or request Open to Sponsor Development will be done sooner if it gets sponsored and removed bug Something isn't working labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change enhancement New feature or request Open to Sponsor Development will be done sooner if it gets sponsored
Projects
None yet
Development

No branches or pull requests

1 participant