Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

NewRenoFullTcpClass Class Reference

Inheritance diagram for NewRenoFullTcpClass:

Inheritance graph
[legend]
Collaboration diagram for NewRenoFullTcpClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 NewRenoFullTcpClass ()
TclObjectcreate (int, const char *const *)

Constructor & Destructor Documentation

NewRenoFullTcpClass::NewRenoFullTcpClass  )  [inline]
 

Definition at line 160 of file tcp-full.cc.

00160 : TclClass("Agent/TCP/FullTcp/Newreno") {}


Member Function Documentation

TclObject* NewRenoFullTcpClass::create int  ,
const char *const * 
[inline]
 

Definition at line 161 of file tcp-full.cc.

00161                                                   { 
00162                 // ns-default sets open_cwnd_on_pack_ to false
00163                 return (new NewRenoFullTcpAgent());
00164         }


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:03:26 2004 for NS2.26SourcesOriginal by doxygen 1.3.3