

Public Member Functions | |
| NewRenoTcpAsymFsClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 69 of file tcp-asym-fs.cc.
00069 : TclClass("Agent/TCP/Newreno/Asym/FS") {} |
|
||||||||||||
|
Definition at line 70 of file tcp-asym-fs.cc.
00070 {
00071 return (new NewRenoTcpAsymFsAgent());
00072 }
|
1.3.3