| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include "tap.h"#include <netinet/in.h>#include <netinet/in_systm.h>#include <netinet/ip.h>#include <netinet/tcp.h>#include <sys/socket.h>#include "tcp.h"#include "ip.h"Compounds | |
| struct | pseudohdr |
| class | TCPTapAgent |
Defines | |
| #define | TCP_HEADER_LEN (sizeof(struct tcphdr)) |
| #define | IP_HEADER_LEN (sizeof(struct ip)) |
| #define | DEFAULT_ADV_WINDOW 65535 |
| #define | DEFAULT_EXT_PORT 8192 |
| #define | DEFAULT_EXT_ADDR "192.168.123.116" |
| #define | DEFAULT_NS_PORT 16384 |
| #define | DEFAULT_NS_ADDR "192.168.123.253" |
| #define | TCPIP_BASE_PKTSIZE 40 |
| #define | REASON_UNKNOWN 10 |
Variables | |
| pseudohdr | pseudohdr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|