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

Public Member Functions | |
| PersConn () | |
| void | setDst (int d) |
| void | setSrc (int s) |
| int | getDst () |
| int | getSrc () |
| TcpAgent * | getCTcpAgent () |
| TcpSink * | getCTcpSink () |
| TcpAgent * | getSTcpAgent () |
| TcpSink * | getSTcpSink () |
| Node * | getCNode () |
| Node * | getSNode () |
| void | setCTcpAgent (TcpAgent *c) |
| void | setCTcpSink (TcpSink *c) |
| void | setSTcpAgent (TcpAgent *s) |
| void | setSTcpSink (TcpSink *s) |
| void | setCNode (Node *c) |
| void | setSNode (Node *s) |
Protected Attributes | |
| int | src_ |
| int | dst_ |
| TcpAgent * | ctcp_ |
| TcpSink * | csnk_ |
| TcpAgent * | stcp_ |
| TcpSink * | ssnk_ |
| Node * | client_ |
| Node * | server_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|