| Students | Test to Write | Tests to Validate (2) |
|---|---|---|
| Samy and Martin | tcpOptions: timeouts_newreno_full | tcp-init-win: Reno4, Tahoe4 |
| Georges and Mragendra | tcpOptions: timeouts_reno2_full | tcp-init-win: Reno2, Tahoe2 |
| Hadi and Gyanesh | tcpOptions: timeouts_tahoe2_full | tcp-init-win: NewReno1, NewReno2 |
| Sheetal and Raghavendra | tcpOptions: timeouts_tahoe1_full | tcp-init-win: Reno1/Reno3, Tahoe1/Tahoe3 |
| Snow and Shripad | tcpOptions: timeouts_tahoe3_full | tcp-init-win: NewReno3, NewReno4 |
| Aditya and Arjun | tcpOptions: timeouts_reno1_full |
Validation Suites
Setting Up a Local Copy of the Tests
Setting PATH Environment Variable
Running a Test
Setting Up a Local Copy of the ns Source
setenv TCL_LIBRARY /home/mweigle/src/ns-allinone-2.30/tcl8.4.13/library
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/home/mweigle/src/ns-allinone-2.30/otcl-1.12:/home/mweigle/src/ns-allinone-2.30/lib
setenv PATH ${PATH}:~/ns-allinone-2.30/bin
(In order to avoid having to do this each time you login, add these
lines to your ~/.cshrc or ~/.login.)
References