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

TahoeFullTcpClass Class Reference

Inheritance diagram for TahoeFullTcpClass:

Inheritance graph
[legend]
Collaboration diagram for TahoeFullTcpClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

TahoeFullTcpClass::TahoeFullTcpClass  )  [inline]
 

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

00151 : TclClass("Agent/TCP/FullTcp/Tahoe") {}


Member Function Documentation

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

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

00152                                                   { 
00153                 // ns-default sets reno_fastrecov_ to false
00154                 return (new TahoeFullTcpAgent());
00155         }


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