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
create socket failed, errno: 97,客户端出错
启动server:./demo_server -l d 启动client:./demo_client -a 127.0.0.1 -p 8443 -s 1024000 -E client控制台日志: option addr :127.0.0.1 option port :8443 option scheduler: 1024000 option rebinding path1 after 3s create socket failed, errno: 97 xqc_create_socket error all tasks are finished, will break loop and exit 请问怎么解决?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
create socket failed, errno: 97,客户端出错
Steps To Reproduce
启动server:./demo_server -l d
启动client:./demo_client -a 127.0.0.1 -p 8443 -s 1024000 -E
client控制台日志:
option addr :127.0.0.1
option port :8443
option scheduler: 1024000
option rebinding path1 after 3s
create socket failed, errno: 97
xqc_create_socket error
all tasks are finished, will break loop and exit
请问怎么解决?
Relevant log output
The text was updated successfully, but these errors were encountered: