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

NewRenoBayFullTcpClass Class Reference

Inheritance diagram for NewRenoBayFullTcpClass:

Inheritance graph
[legend]
Collaboration diagram for NewRenoBayFullTcpClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

NewRenoBayFullTcpClass::NewRenoBayFullTcpClass  )  [inline]
 

Definition at line 110 of file tcp-full-bay.cc.

00110 : TclClass("Agent/TCP/BayFullTcp/Newreno") {}


Member Function Documentation

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

Definition at line 111 of file tcp-full-bay.cc.

00111                                                   { 
00112           // tcl lib code
00113           // sets deflate_on_pack_ to false
00114           //return (new BayFullTcpAgent());
00115           fprintf(stderr,"Tahoe, NewReno or Sack flavors are NOT available for BayFullTCP!! Use BayFullTcp only, which actually implements Reno.\n");
00116           exit(1);
00117         }


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