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
Post a Comment