test.bat
来自「数据链路层滑动窗口协议的设计与实现。有完整的说明和模拟环境文档。」· Batch 代码 · 共 54 行
BAT
54 行
rem ----------------------------------------------------------
start gobackn au0 -life 1200 -port 10001 -log 10001-A.log
start gobackn bu0 -life 1200 -port 10001 -log 10001-B.log
start gobackn a0 -life 1200 -port 10002 -log 10002-A.log
start gobackn b0 -life 1200 -port 10002 -log 10002-B.log
start gobackn afu0 -life 1200 -port 10003 -log 10003-A.log
gobackn bfu0 -life 1200 -port 10003 -log 10003-B.log
rem ----------------------------------------------------------
start gobackn af0 -life 1200 -port 10004 -log 10004-A.log
start gobackn bf0 -life 1200 -port 10004 -log 10004-B.log
start gobackn afs0 -life 1200 -port 10005 -log 10005-A.log
start gobackn bfs0 -life 1200 -port 10005 -log 10005-B.log
start gobackn afle0 -life 1200 -port 10006 -log 10006-A.log
gobackn bfle0 -life 1200 -port 10006 -log 10006-B.log
rem ----------------------------------------------------------
start gobackn afe0 -ber 1e-4 -life 1200 -port 10007 -log 10007-A.log
start gobackn bfe0 -ber 1e-4 -life 1200 -port 10007 -log 10007-B.log
start selective au0 -life 1200 -port 20001 -log 20001-A.log
start selective bu0 -life 1200 -port 20001 -log 20001-B.log
start selective a0 -life 1200 -port 20002 -log 20002-A.log
selective b0 -life 1200 -port 20002 -log 20002-B.log
rem --------------------------------------------------------------
start selective afu0 -life 1200 -port 20003 -log 20003-A.log
start selective bfu0 -life 1200 -port 20003 -log 20003-B.log
start selective af0 -life 1200 -port 20004 -log 20004-A.log
start selective bf0 -life 1200 -port 20004 -log 20004-B.log
start selective afs0 -life 1200 -port 20005 -log 20005-A.log
selective bfs0 -life 1200 -port 20005 -log 20005-B.log
rem --------------------------------------------------------------
start selective afle0 -life 1200 -port 20006 -log 20006-A.log
start selective bfle0 -life 1200 -port 20006 -log 20006-B.log
start selective afe0 -ber 1e-4 -life 1200 -port 20007 -log 20007-A.log
selective bfe0 -ber 1e-4 -life 1200 -port 20007 -log 20007-B.log
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?