(NS-2 Implementation)
 
(3 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
===NS-2 Implementation===
+
[[Category:Research]]
 +
{{Westwood}}
 +
=NS-2 Implementation=
  
Ns-2 modules of Westwood+ TCP with the New Reno feature (ns2.1b9a version) are now available.
+
Ns-2 modules of Westwood+ TCP with the New Reno feature (ns2.1b9a version) are available.
 +
 
 +
In order to patch your ns2 you have to:
  
 
# Download the files [http://c3lab.poliba.it/downloads/westwood/tcp-westwood-nr.cc tcp-westwood-nr.cc] and [http://c3lab.poliba.it/downloads/westwood/tcp-westwood-nr.h tcp-westwood-nr.h] (last update 23  June 2003)
 
# Download the files [http://c3lab.poliba.it/downloads/westwood/tcp-westwood-nr.cc tcp-westwood-nr.cc] and [http://c3lab.poliba.it/downloads/westwood/tcp-westwood-nr.h tcp-westwood-nr.h] (last update 23  June 2003)
Riga 8: Riga 12:
  
 
You can also download all the requested files clicking [http://c3lab.poliba.it/downloads/westwood/ns2_westwood.tar.gz here].
 
You can also download all the requested files clicking [http://c3lab.poliba.it/downloads/westwood/ns2_westwood.tar.gz here].
 +
 +
{{MantainedLDC}}

Versione attuale delle 17:58, 24 Mag 2006

Logo tcpw.png

NS-2 Implementation

Ns-2 modules of Westwood+ TCP with the New Reno feature (ns2.1b9a version) are available.

In order to patch your ns2 you have to:

  1. Download the files tcp-westwood-nr.cc and tcp-westwood-nr.h (last update 23 June 2003)
  2. Edit the file Makefile.in so that it compiles and links the new module (i.e. add tcp-westwood-nr.o anywhere in the OBJ_CC variable, for example near the other TCP related modules like tcp-newreno.o or tcp-vegas.o). You can find the Makefile.in file under the main NS-2 directory
  3. Add the contents of this file to ns-default.tcl and recompile ns2.

You can also download all the requested files clicking here.


This page is mantained by Luca De Cicco, please send feedback to ldecicco at gmail DOT com

NS-2 Implementation[edit]

Ns-2 modules of Westwood+ TCP with the New Reno feature (ns2.1b9a version) are now available.

  1. Download the files tcp-westwood-nr.cc and tcp-westwood-nr.h (last update 23 June 2003)
  2. Edit the file Makefile.in so that it compiles and links the new module (i.e. add tcp-westwood-nr.o anywhere in the OBJ_CC variable, for example near the other TCP related modules like tcp-newreno.o or tcp-vegas.o). You can find the Makefile.in file under the main NS-2 directory
  3. Add the contents of this file to ns-default.tcl and recompile ns2.

You can also download all the requested files clicking here.