| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include "tcp.h"Compounds | |
| class | BayDelAckTimer |
| class | BayFullTcpAgent |
| class | BayFullTcpList |
| class | BayReassemblyQueue |
| struct | seginfo |
| class | BayTcpAppAgent |
Defines | |
| #define | TF_ACKNOW 0x0001 |
| #define | TF_DELACK 0x0002 |
| #define | TF_NODELAY 0x0004 |
| #define | TF_NOOPT 0x0008 |
| #define | TF_SENTFIN 0x0010 |
| #define | TF_SENTSYN 0x0020 |
| #define | TCPS_CLOSED 0 |
| #define | TCPS_LISTEN 1 |
| #define | TCPS_SYN_SENT 2 |
| #define | TCPS_SYN_RECEIVED 3 |
| #define | TCPS_ESTABLISHED 4 |
| #define | TCPS_FIN_WAIT_1 6 |
| #define | TCPS_CLOSING 7 |
| #define | TCPS_LAST_ACK 8 |
| #define | TCPS_FIN_WAIT_2 9 |
| #define | TCPIP_BASE_PKTSIZE 40 |
| #define | REASON_NORMAL 0 |
| #define | REASON_TIMEOUT 1 |
| #define | REASON_DUPACK 2 |
| #define | TH_FIN 0x01 |
| #define | TH_SYN 0x02 |
| #define | TH_PUSH 0x08 |
| #define | TH_ACK 0x10 |
| #define | PF_TIMEOUT 0x04 |
| #define | DATA_PUSH 1 |
| #define | CONNECTION_END 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|