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
在UdpCast.cpp CreateClientSocket函数中 客户端不应该同时绑定目标端口。否则在服务端运行的主机上客户端就会绑定端口失败。
The text was updated successfully, but these errors were encountered:
这是简化设计,不想分别用2个socket对象收发数据。 如果想重用端口可以设置 SetReuseAddressPolicy
Sorry, something went wrong.
No branches or pull requests
在UdpCast.cpp CreateClientSocket函数中 客户端不应该同时绑定目标端口。否则在服务端运行的主机上客户端就会绑定端口失败。
The text was updated successfully, but these errors were encountered: