Simple Reliable UDP C++ Libraries

2019-04-25 06:23发布

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.

标签: c++ udp
4条回答
闹够了就滚
2楼-- · 2019-04-25 06:36

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

查看更多
再贱就再见
3楼-- · 2019-04-25 06:42

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

查看更多
放我归山
4楼-- · 2019-04-25 06:55

UDT udt.sourceforge.net/

查看更多
Lonely孤独者°
5楼-- · 2019-04-25 06:57

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/

查看更多
登录 后发表回答