#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include "ip.h"
#include "tcp.h"
#include "flags.h"
#include "agent.h"
#include "packet.h"
#include "tcp-sink.h"
#include "xcp-end-sys.h"
Include dependency graph for xcp-end-sys.cc:

Go to the source code of this file.
Data Structures | |
| class | XCPHeaderClass |
| class | XcpRenoTcpClass |
| class | XcpSinkClass |
Defines | |
| #define | FIX1 1 |
| #define | MAX_THROUGHPUT 1e24 |
| #define | TRACE 0 |
Variables | |
| XcpRenoTcpClass | class_xcp |
| XCPHeaderClass | class_xcphdr |
| XcpSinkClass | class_xcpsink |
| static unsigned int | next_xcp = 0 |
| static const char | rcsid [] |
|
|
|
|
|
Referenced by XcpAgent::output(). |
|
|
Definition at line 70 of file xcp-end-sys.cc. Referenced by XCPQueue::do_before_packet_departure(), XcpAgent::rtt_update(), XCPQueue::Te_timeout(), and XCPQueue::Tq_timeout(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 78 of file xcp-end-sys.cc. Referenced by XcpAgent::XcpAgent(). |
|
|
Initial value:
"@(#) $Header: /nfs/jade/vint/CVSROOT/ns-2/xcp/xcp-end-sys.cc,v 1.11 2005/09/21 20:52:48 haldar Exp $"
Definition at line 50 of file xcp-end-sys.cc. |
1.4.6