上传者: 53138938
|
上传时间: 2022-02-21 09:15:48
|
文件大小: 16KB
|
文件类型: RAR
1、udt c语言实现,支持跨平台;
2、优势:适用于嵌入式设备,编译库比较小;
3、udt网络传输协议开源包,是基于UDP的可靠传输协议;
4、linux平台下具体适用方式如下:
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