udt c
1.0.0
基於 UDP 的資料傳輸 (UDT)協定在 C 中的實作。
該文件可以在頭文件中找到(請參閱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
。 請在這裡報告錯誤、建議。
麻省理工學院