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  

CC1TcpAgent Class Reference

#include <xcp-end-sys.h>

Inheritance diagram for CC1TcpAgent:

RenoTcpAgent TcpAgent Agent Connector NsObject TclObject Handler List of all members.

Public Member Functions

 CC1TcpAgent ()
int command (int argc, const char *const *argv)

Protected Member Functions

double time_now ()
void trace_var (char *var_name, double var)
void init_rtt_vars ()
virtual void output (int seqno, int reason=0)
virtual void recv_newack_helper (Packet *)
virtual void opencwnd ()
virtual void rtt_init ()
virtual void rtt_update (double tao)

Protected Attributes

double current_positive_feedback_
int tcpId_
double rtt_estimate_
double srtt_estimate_
double flag_first_ack_received_
unsigned int I_was_restricted_
double price_
double profile_
cwndShrinkingTimer shrink_cwnd_timer_

Constructor & Destructor Documentation

CC1TcpAgent::CC1TcpAgent  
 


Member Function Documentation

int CC1TcpAgent::command int    argc,
const char *const *    argv
[virtual]
 

Reimplemented from TcpAgent.

void CC1TcpAgent::init_rtt_vars   [inline, protected]
 

void CC1TcpAgent::opencwnd   [protected, virtual]
 

Reimplemented from TcpAgent.

void CC1TcpAgent::output int    seqno,
int    reason = 0
[protected, virtual]
 

Reimplemented from TcpAgent.

void CC1TcpAgent::recv_newack_helper Packet   pkt [protected, virtual]
 

hdr_flags::access(pkt)->cong_action())

Reimplemented from TcpAgent.

void CC1TcpAgent::rtt_init   [protected, virtual]
 

Reimplemented from TcpAgent.

void CC1TcpAgent::rtt_update double    tao [protected, virtual]
 

Reimplemented from TcpAgent.

double CC1TcpAgent::time_now   [inline, protected]
 

void CC1TcpAgent::trace_var char *    var_name,
double    var
[protected]
 


Member Data Documentation

double CC1TcpAgent::current_positive_feedback_ [protected]
 

double CC1TcpAgent::flag_first_ack_received_ [protected]
 

unsigned int CC1TcpAgent::I_was_restricted_ [protected]
 

double CC1TcpAgent::price_ [protected]
 

double CC1TcpAgent::profile_ [protected]
 

double CC1TcpAgent::rtt_estimate_ [protected]
 

cwndShrinkingTimer CC1TcpAgent::shrink_cwnd_timer_ [protected]
 

double CC1TcpAgent::srtt_estimate_ [protected]
 

int CC1TcpAgent::tcpId_ [protected]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.