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

Public Member Functions | |
| EmpWebTrafPool () | |
| virtual | ~EmpWebTrafPool () |
| void | startSession () |
| void | doneSession (int idx) |
| void | recycleTcp (Agent *a) |
| void | recycleSink (Agent *a) |
| TcpAgent * | picktcp (int size, int mtu) |
| TcpSink * | picksink () |
| int | nTcp () |
| int | nSink () |
| int | isdebug () |
| virtual void | delay_bind_init_all () |
| virtual int | delay_bind_dispatch (const char *, const char *, TclObject *) |
Public Attributes | |
| int | nSrcL_ |
| int | nClientL_ |
| int | concurrentSess_ |
| int | color_ |
| int | nSrc_ |
| Node ** | server_ |
Static Public Attributes | |
| int | LASTFLOW_ = 1 |
Protected Member Functions | |
| virtual int | command (int argc, const char *const *argv) |
| LIST_HEAD (AgentList, AgentListElem) | |
| void | insertAgent (AgentList *l, Agent *a) |
| Agent * | detachHead (AgentList *l) |
| int | lookup_rv (EmpiricalRandomVariable *&rv, const char *name) |
Protected Attributes | |
| int | nSession_ |
| EmpWebTrafSession ** | session_ |
| int | nClient_ |
| Node ** | client_ |
| int | nTcp_ |
| int | nSink_ |
| AgentList | tcpPool_ |
| AgentList | sinkPool_ |
| int | debug_ |
| int | fulltcp_ |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from PagePool. |
|
||||||||||||||||
|
Reimplemented from TclObject. |
|
|
Reimplemented from TclObject. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|