| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <empftp.h>
Inheritance diagram for EmpFtpTrafSession:

Public Member Functions | |
| EmpFtpTrafSession (EmpFtpTrafPool *mgr, int np, int id) | |
| virtual | ~EmpFtpTrafSession () |
| EmpiricalRandomVariable *& | interFile () |
| EmpiricalRandomVariable *& | fileSize () |
| EmpiricalRandomVariable *& | serverSel () |
| EmpiricalRandomVariable *& | serverWin () |
| EmpiricalRandomVariable *& | clientWin () |
| void | setServer (Node *s) |
| void | setClient (Node *c) |
| void | sendFile (int obj, int size) |
| int | id () const |
| EmpFtpTrafPool * | mgr () |
Static Public Attributes | |
| int | LASTFILE_ = 1 |
Private Member Functions | |
| virtual void | expire (Event *e=0) |
| virtual void | handle (Event *e) |
Private Attributes | |
| EmpiricalRandomVariable * | rvInterFile_ |
| EmpiricalRandomVariable * | rvFileSize_ |
| EmpiricalRandomVariable * | rvServerSel_ |
| EmpiricalRandomVariable * | rvServerWin_ |
| EmpiricalRandomVariable * | rvClientWin_ |
| EmpFtpTrafPool * | mgr_ |
| Node * | src_ |
| Node * | dst_ |
| int | nFile_ |
| int | curFile_ |
| int | id_ |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Implements TimerHandler. |
|
|
|
|
|
Reimplemented from TimerHandler. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|