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
首先需要有一种合适的数据结构保存 IPv4/IPv6 的 TCP/UDP 连接,同时还应该能比较方便的序列化后通过服务端传递.
The text was updated successfully, but these errors were encountered:
尝试使用 Poco 替换直接使用操作系统 API 完成的 UDP 操作
创建支持 IPv6 的 UDP Socket 并获取绑定的端口号
this->socket = Poco::Net::DatagramSocket(Poco::Net::SocketAddress(0), true); this->address = socket.address();
Sorry, something went wrong.
我也希望支持该功能,很适合国内网络环境,ipv6基本都有
@rainpaper-bs 这个功能优先级比较高,在我想到满意的实现方式后会尽快支持的。如果有人感兴趣也可以提供一些实现上的思路
No branches or pull requests
首先需要有一种合适的数据结构保存 IPv4/IPv6 的 TCP/UDP 连接,同时还应该能比较方便的序列化后通过服务端传递.
The text was updated successfully, but these errors were encountered: