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/rap/rap.h File Reference

#include "ns-process.h"
#include "app.h"
#include "utilities.h"

Compounds

struct  hdr_rap
class  IpgTimer
class  RapAgent
class  RttTimer
class  TransHistoryEntry

Enumerations

enum  RapTimeoutType { RAP_IPG_TIMEOUT, RAP_RTT_TIMEOUT }
enum  RapLossType { RAP_TIMER_BASED, RAP_ACK_BASED }
enum  RapPacketStatusType { RAP_SENT, RAP_PURGED, RAP_INACTIVE }

Variables

const int RH_DATA = 0x01
const int RH_ACK = 0x02
const int RF_ANYACK = 0x01
const int RF_STOP = 0x02
const int RF_COUNTPKT = 0x04

Enumeration Type Documentation

enum RapLossType
 

Enumeration values:
RAP_TIMER_BASED 
RAP_ACK_BASED 

enum RapPacketStatusType
 

Enumeration values:
RAP_SENT 
RAP_PURGED 
RAP_INACTIVE 

enum RapTimeoutType
 

Enumeration values:
RAP_IPG_TIMEOUT 
RAP_RTT_TIMEOUT 


Variable Documentation

const int RF_ANYACK = 0x01
 

const int RF_COUNTPKT = 0x04
 

const int RF_STOP = 0x02
 

const int RH_ACK = 0x02
 

const int RH_DATA = 0x01
 


This document is generated by doxygen.