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
更改了以下代码
serv_addr.sin_family = AF_INET6; serv_addr.sin_addr.s_addr = inet_addr("::1");
报错:socket bind error: Address family not supported by protocol 我是在wsl下运行的代码,这个环境可以ping通ipv6网址,请问我需要进行那些尝试?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
更改了以下代码
报错:socket bind error: Address family not supported by protocol
我是在wsl下运行的代码,这个环境可以ping通ipv6网址,请问我需要进行那些尝试?
The text was updated successfully, but these errors were encountered: