简单可靠的 UDP C++图书馆

发布于 2024-09-03 21:35:06 字数 146 浏览 2 评论 0原文

我需要一个可靠的 UDP 库。我写的效果不太好,我想看看第三方在相同的情况下可以做什么。

由于 xcode 中的一些“有趣的”编译问题,Enet 将无法工作(我还有另一个关于堆栈溢出的问题)。

任何有关可移植、可靠的 UDP 库的建议将不胜感激。

I am in need of a reliable UDP library. The one I wrote does not work too well and I would like to see what a 3rd party can do in the same circumstances.

Enet will not work because of some "interesting" compile issues in xcode (I have another question on stack overflow about that).

Any suggestions for a portable, reliable UDP library would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

双手揣兜 2024-09-10 21:35:07

UDT
udt.sourceforge.net/

UDT
udt.sourceforge.net/

九厘米的零° 2024-09-10 21:35:07

我一直认为 Plan 9 网络库是对其 Unix 对应版本的重大升级。有一个 Unix 向后移植

I've always felt that the Plan 9 networking libraries were a major upgrade over their Unix counterparts. There is a Unix backport.

夜吻♂芭芘 2024-09-10 21:35:07

P2engine 是一个灵活高效的平台,使 p2p 系统开发变得更加容易。可靠的 UDP、消息传输、消息调度程序、快速安全的信号/槽...

https://sourceforge.net/项目/p2engine/

P2engine is a flexible and efficient platform for making p2p system development easier. Reliable UDP, Message Transport , Message Dispatcher, Fast and Safe Signal/Slot...

https://sourceforge.net/projects/p2engine/

心病无药医 2024-09-10 21:35:06

尝试 boost::asioACE。我会推荐前者而不是后者。

Try boost::asio or ACE. I would recommend the former over the latter.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文