Please, tell to me are whether exist UDT protocol backend for boost::asio?
UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. ( http://udt.sourceforge.net/index.html )
TCP, UDP, and ICMP are supported by Boost.Asio. Other protocols can be implemented by extending the
Protocol
type requirements. There are several threads on the asio-users mailing list discussing adding support for SCTP, you may be able to use that as an example.