We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bind to :: on linux is dual stack by default, but on windows it is ipv6 only see https://serverfault.com/questions/21657/semantics-of-and-0-0-0-0-in-dual-stack-oses and https://learn.microsoft.com/en-us/windows/win32/winsock/dual-stack-sockets sorry that i know litte about rust so i cannot make a PR directly
::
The text was updated successfully, but these errors were encountered:
@everything411 thank you. I will check this ...
Sorry, something went wrong.
Added support for dual-stack socket #3
809c7d2
Fix on v1.3.2
No branches or pull requests
bind to
::
on linux is dual stack by default, but on windows it is ipv6 onlysee https://serverfault.com/questions/21657/semantics-of-and-0-0-0-0-in-dual-stack-oses and https://learn.microsoft.com/en-us/windows/win32/winsock/dual-stack-sockets
sorry that i know litte about rust so i cannot make a PR directly
The text was updated successfully, but these errors were encountered: