

Public Member Functions | |
| NewRenoTcpFsClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 43 of file tcp-fs.cc.
00043 : TclClass("Agent/TCP/Newreno/FS") {} |
|
||||||||||||
|
Definition at line 44 of file tcp-fs.cc.
00044 {
00045 return (new NewRenoTcpFsAgent());
00046 }
|
1.3.3