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
UDP 的客户端在连接服务器时,有可能需要指定本地端口,但是没有找到对应的接口。
The text was updated successfully, but these errors were encountered:
UdpClient::createsocket返回值就是socket fd,自行调用bind就是了
Sorry, something went wrong.
好的,谢谢,已经成功了。
话说,咱的接口里为啥不写 bind 方法呢?有啥特殊需求吗?
#302: Add TcpClient::bind UdpClient::bind
04195f5
c380cf4
No branches or pull requests
UDP 的客户端在连接服务器时,有可能需要指定本地端口,但是没有找到对应的接口。
The text was updated successfully, but these errors were encountered: