udt c
1.0.0
การใช้งานโปรโตคอล การถ่ายโอนข้อมูล (UDT) ที่ใช้ UDP ใน C. 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
กรุณารายงานข้อผิดพลาดข้อเสนอแนะที่นี่
เอ็มไอที