Note on Experimental High-speed TCP

The experimental highspeed TCP code was added to NS in December 2001, and is described in the CVS log for tcp.cc, as follows:

The modification to slow-start was added in April 2002, and is described in the CVS log for tcp.cc, as follows:


The validation test can be run in tcl/lib with the command "./test-all-tcpHighspeed".
The new TCP variant is specified with the tcl command:
  Agent/TCP set windowOption_ 8
The modified slow-start is specified with the tcl command:
  Agent/TCP set max_ssthresh_ 100

The To-do list for the HighSpeed TCP code in NS, in case anyone is interested in taking it on:


Old simulation scripts are also available, but it is better to use the more recent ones on Evandro de Souza's web page.
Last updated: June 2002.