📄 test-suite-tcpvariants.tcl
字号:
}Test/onedrop_fack instproc run {} { $self setup Fack {14}}Class Test/onedrop_sackRH -superclass TestSuiteTest/onedrop_sackRH instproc init {} { $self instvar net_ test_ set net_ net4 set test_ onedrop_sackRH $self next}Test/onedrop_sackRH instproc run {} { $self setup SackRH {14}}##################################################### Two drops###################################################Class Test/twodrops_tahoe -superclass TestSuiteTest/twodrops_tahoe instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_tahoe $self next}Test/twodrops_tahoe instproc run {} { $self setup Tahoe {14 28}}Class Test/twodrops_tahoe_full -superclass TestSuiteTest/twodrops_tahoe_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_tahoe_full $self next}Test/twodrops_tahoe_full instproc run {} { $self setup FullTcpTahoe {16 30}}Class Test/twodrops_reno -superclass TestSuiteTest/twodrops_reno instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_reno $self next}Test/twodrops_reno instproc run {} { $self setup Reno {14 28}}Class Test/twodrops_reno_full -superclass TestSuiteTest/twodrops_reno_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_reno_full $self next}Test/twodrops_reno_full instproc run {} { $self setup FullTcp {16 30}}Class Test/twodrops_newreno -superclass TestSuiteTest/twodrops_newreno instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_newreno $self next}Test/twodrops_newreno instproc run {} { $self setup Newreno {14 28}}Class Test/twodrops_newreno_full -superclass TestSuiteTest/twodrops_newreno_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_newreno_full $self next}Test/twodrops_newreno_full instproc run {} { $self setup FullTcpNewreno {16 30}}Class Test/twodrops_sack -superclass TestSuiteTest/twodrops_sack instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_sack $self next}Test/twodrops_sack instproc run {} { $self setup Sack1 {14 28}}Class Test/twodrops_sack_full -superclass TestSuiteTest/twodrops_sack_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_sack_full $self next}Test/twodrops_sack_full instproc run {} { $self setup FullTcpSack1 {16 30}}Class Test/twodrops_fack -superclass TestSuiteTest/twodrops_fack instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_fack $self next}Test/twodrops_fack instproc run {} { $self setup Fack {14 28}}Class Test/twodrops_sackRH -superclass TestSuiteTest/twodrops_sackRH instproc init {} { $self instvar net_ test_ set net_ net4 set test_ twodrops_sackRH $self next}Test/twodrops_sackRH instproc run {} { $self setup SackRH {14 28}}##################################################### Three drops###################################################Class Test/threedrops_tahoe -superclass TestSuiteTest/threedrops_tahoe instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_tahoe $self next}Test/threedrops_tahoe instproc run {} { $self setup Tahoe {14 26 28}}Class Test/threedrops_tahoe_full -superclass TestSuiteTest/threedrops_tahoe_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_tahoe_full $self next}Test/threedrops_tahoe_full instproc run {} { $self setup FullTcpTahoe {16 28 30}}Class Test/threedrops_reno -superclass TestSuiteTest/threedrops_reno instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_reno $self next}Test/threedrops_reno instproc run {} { $self setup Reno {14 26 28}}Class Test/threedrops_reno_full -superclass TestSuiteTest/threedrops_reno_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_reno_full $self next}Test/threedrops_reno_full instproc run {} { $self setup FullTcp {16 28 30}}Class Test/threedrops_newreno -superclass TestSuiteTest/threedrops_newreno instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_newreno $self next}Test/threedrops_newreno instproc run {} { $self setup Newreno {14 26 28}}Class Test/threedrops_newreno_full -superclass TestSuiteTest/threedrops_newreno_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_newreno_full $self next}Test/threedrops_newreno_full instproc run {} { $self setup FullTcpNewreno {16 28 30}}Class Test/threedrops_sack -superclass TestSuiteTest/threedrops_sack instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_sack $self next}Test/threedrops_sack instproc run {} { $self setup Sack1 {14 26 28}}Class Test/threedrops_sack_full -superclass TestSuiteTest/threedrops_sack_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_sack_full $self next}Test/threedrops_sack_full instproc run {} { $self setup FullTcpSack1 {16 28 30}}Class Test/threedrops_fack -superclass TestSuiteTest/threedrops_fack instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_fack $self next}Test/threedrops_fack instproc run {} { $self setup Fack {14 26 28}}Class Test/threedrops_sackRH -superclass TestSuiteTest/threedrops_sackRH instproc init {} { $self instvar net_ test_ set net_ net4 set test_ threedrops_sackRH $self next}Test/threedrops_sackRH instproc run {} { $self setup SackRH {14 26 28}}##################################################### Four drops###################################################Class Test/fourdrops_tahoe -superclass TestSuiteTest/fourdrops_tahoe instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_tahoe $self next}Test/fourdrops_tahoe instproc run {} { $self setup Tahoe {14 24 26 28}}Class Test/fourdrops_tahoe_full -superclass TestSuiteTest/fourdrops_tahoe_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_tahoe_full $self next}Test/fourdrops_tahoe_full instproc run {} { $self setup FullTcpTahoe {16 26 28 30}}Class Test/fourdrops_reno -superclass TestSuiteTest/fourdrops_reno instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_reno $self next}Test/fourdrops_reno instproc run {} { $self setup Reno {14 24 26 28}}Class Test/fourdrops_reno_full -superclass TestSuiteTest/fourdrops_reno_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_reno_full $self next}Test/fourdrops_reno_full instproc run {} { $self setup FullTcp {16 26 28 30}}Class Test/fourdrops_newreno -superclass TestSuiteTest/fourdrops_newreno instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_newreno $self next}Test/fourdrops_newreno instproc run {} { $self setup Newreno {14 24 26 28}}Class Test/fourdrops_newreno_full -superclass TestSuiteTest/fourdrops_newreno_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_newreno_full $self next}Test/fourdrops_newreno_full instproc run {} { $self setup FullTcpNewreno {16 26 28 30}}Class Test/fourdrops_sack -superclass TestSuiteTest/fourdrops_sack instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_sack $self next}Test/fourdrops_sack instproc run {} { $self setup Sack1 {14 24 26 28}}Class Test/fourdrops_sack_full -superclass TestSuiteTest/fourdrops_sack_full instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_sack_full $self next}Test/fourdrops_sack_full instproc run {} { $self setup FullTcpSack1 {16 26 28 30}}Class Test/fourdrops_fack -superclass TestSuiteTest/fourdrops_fack instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_fack $self next}Test/fourdrops_fack instproc run {} { $self setup Fack {14 24 26 28}}Class Test/fourdrops_sackRH -superclass TestSuiteTest/fourdrops_sackRH instproc init {} { $self instvar net_ test_ set net_ net4 set test_ fourdrops_sackRH $self next}Test/fourdrops_sackRH instproc run {} { $self setup SackRH {14 24 26 28}}TestSuite runTest
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -