udt c
1.0.0
C でのUDP ベースのデータ転送 (UDT)プロトコルの実装。UDT は TCP よりもはるかに高速なデータ転送プロトコルであり、他のプロトコルと同様にデータを送受信するためのソケット インターフェイスを提供します。
ドキュメントはヘッダー ファイルにあります ( include/udt.h
参照)。
make # compile
make clean # cleanup
export LD_LIBRARY_PATH=./src/: $LD_LIBRARY_PATH # export the library path
progs/server # start the server
progs/client # start the client
progs/sendfile # start the sendfile server
progs/recvfile " file/to/get " " file/to/saveas " # receive the file
sendfile
、 recvfile
を実装します。 バグや提案はここで報告してください。
マサチューセッツ工科大学