ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ns-2/emulate/tcptap.h File Reference

#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

Define Documentation

#define DEFAULT_ADV_WINDOW   65535
 

#define DEFAULT_EXT_ADDR   "192.168.123.116"
 

#define DEFAULT_EXT_PORT   8192
 

#define DEFAULT_NS_ADDR   "192.168.123.253"
 

#define DEFAULT_NS_PORT   16384
 

#define IP_HEADER_LEN   (sizeof(struct ip))
 

#define REASON_UNKNOWN   10
 

#define TCP_HEADER_LEN   (sizeof(struct tcphdr))
 

#define TCPIP_BASE_PKTSIZE   40
 


Variable Documentation

struct pseudohdr pseudohdr
 


This document is generated by doxygen.