c++ - Whether there is a UDT backend for boost::asio? -


please, tell me whether exist udt protocol backend boost::asio?

udt reliable udp based application level data transport protocol distributed data intensive applications on wide area high-speed networks. ( http://udt.sourceforge.net/index.html )

tcp, udp, , icmp supported boost.asio. other protocols can implemented extending protocol type requirements. there several threads on asio-users mailing list discussing adding support sctp, may able use example.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -