

Public Member Functions | |
| NewRenoBayFullTcpClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 110 of file tcp-full-bay.cc.
00110 : TclClass("Agent/TCP/BayFullTcp/Newreno") {} |
|
||||||||||||
|
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 }
|
1.3.3