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/tcp/tcp-qs.cc File Reference

#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include "ip.h"
#include "tcp.h"
#include "flags.h"
#include "hdr_qs.h"
#include "random.h"
#include "tcp-sink.h"

Compounds

class  QSNewRenoPaceTimer
class  QSNewRenoTcpAgent
class  QSNewRenoTcpClass
class  QSTcpSink
class  QSTcpSinkClass

Defines

#define MIN(x, y)   ((x)<(y) ? (x) : (y))
#define RBP_DEBUG_PRINTF(x)
#define RBP_MIN_SEGMENTS   2

Variables

QSNewRenoTcpClass class_newreno_qs
QSTcpSinkClass class_sink_qs

Define Documentation

#define MIN x,
     ((x)<(y) ? (x) : (y))
 

#define RBP_DEBUG_PRINTF  
 

#define RBP_MIN_SEGMENTS   2
 


Variable Documentation

QSNewRenoTcpClass class_newreno_qs [static]
 

QSTcpSinkClass class_sink_qs [static]
 


This document is generated by doxygen.