search for: socket_udt

Displaying 1 result from an estimated 1 matches for "socket_udt".

Did you mean: socket_fd
2010 Mar 19
1
UDT4 and rsync? support to socket.c?
...reliable udp transport to socket.c, as a user-selectable alternative to using default slow TCP? It could give a 4 to 10-fold throughput improvement to rsync speed over wide area networks. UDT4 is a C++ library. Has been around for a long time. Being C++ this might require that a possible new socket_udt.cpp would need a few "extern "C"". The UDT4 library replicates the normal BSD socket API in UDT:: class context (e.g. getsockopt() becomes UDT::getsockopt() and so on). So it is a quite direct drop-in for normal socket ops. API: http://udt.sourceforge.net/udt4/index.htm Jus...