Implementing Reliable Transport Protocol:COMS4119家庭作业4编程问题 源码
一些有用的命令 接收器命令 python3 receiver.py --host localhost --port 5000 --dest_host localhost --dest_port 5001 发件人命令 这是直接连接到接收器,而不使用newudpl python3 sender.py --host localhost --port 5001 --dest_host localhost --dest_port 5000 --timeout 2 < sample.txt 使用NEWUDPL 注意 -B bit error rate Specifies a rate of genarating bit errors for outgoing packets. The rate is in 1/100000(BITERRDENOM). Available range: 1 - 99
文件列表
Implementing-Reliable-Transport-Protocol-master.zip
(预估有个6文件)
Implementing-Reliable-Transport-Protocol-master
sample.txt
37KB
.gitignore
48B
utils.py
1KB
README.md
4KB
receiver.py
6KB
sender.py
7KB
暂无评论