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

Public Member Functions | |
| TcpApp (Agent *tcp) | |
| ~TcpApp () | |
| virtual void | recv (int nbytes) |
| virtual void | send (int nbytes, AppData *data) |
| void | connect (TcpApp *dst) |
| virtual void | process_data (int size, AppData *data) |
| virtual AppData * | get_data (int &, AppData *) |
| virtual void | resume () |
Protected Member Functions | |
| virtual int | command (int argc, const char *const *argv) |
| CBuf * | rcvr_retrieve_data () |
| virtual void | start () |
| virtual void | stop () |
Protected Attributes | |
| TcpApp * | dst_ |
| CBufList | cbuf_ |
| CBuf * | curdata_ |
| int | curbytes_ |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Application. Reimplemented in HttpUInvalAgent. |
|
|
|
|
||||||||||||
|
Reimplemented from Process. Reimplemented in HttpUInvalAgent. |
|
||||||||||||
|
Reimplemented from Process. Reimplemented in HttpUInvalAgent. |
|
|
|
|
|
Reimplemented from Application. |
|
|
Reimplemented from Application. |
|
||||||||||||
|
Reimplemented in HttpUInvalAgent. |
|
|
Reimplemented from Application. |
|
|
Reimplemented from Application. |
|
|
|
|
|
|
|
|
|
|
|
|