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.
I've always felt that the Plan 9 networking libraries were a major upgrade over their Unix counterparts. There is a Unix backport.
Try boost::asio or ACE. I would recommend the former over the latter.
UDT udt.sourceforge.net/
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/