Simple Reliable UDP C++ Libraries

2019-04-25 06:06发布

问题:

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.

回答1:

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



回答2:

UDT udt.sourceforge.net/



回答3:

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



回答4:

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/



标签: c++ udp