RINASim  October 2016
Documentation of framework for OMNeT++
RTTEstimatorPolicyTCP Class Reference

#include <RTTEstimatorPolicyTCP.h>

Inheritance diagram for RTTEstimatorPolicyTCP:
RTTEstimatorPolicyBase EFCPPolicy

Public Member Functions

 RTTEstimatorPolicyTCP ()
 
virtual ~RTTEstimatorPolicyTCP ()
 
virtual bool run (DTPState *dtpState, DTCPState *dtcpState)
 
- Public Member Functions inherited from RTTEstimatorPolicyBase
 RTTEstimatorPolicyBase ()
 
virtual ~RTTEstimatorPolicyBase ()
 
double getRTO ()
 
void setRto (double rto)
 
- Public Member Functions inherited from EFCPPolicy
 EFCPPolicy ()
 
virtual ~EFCPPolicy ()
 
virtual bool call (DTPState *dtpState, DTCPState *dtcpState)
 

Public Attributes

double RTO
 
simsignal_t sigStatTCPRTO
 
- Public Attributes inherited from RTTEstimatorPolicyBase
double RTO
 

Private Attributes

int state
 
double SRTT
 
double RTTVar
 
double k
 
double G
 

Additional Inherited Members

- Protected Member Functions inherited from RTTEstimatorPolicyBase
virtual void initialize ()
 
virtual void handleMessage (cMessage *msg)
 
void defaultAction (DTPState *dtpState, DTCPState *dtcpState)
 

Detailed Description

Definition at line 29 of file RTTEstimatorPolicyTCP.h.

Constructor & Destructor Documentation

RTTEstimatorPolicyTCP::RTTEstimatorPolicyTCP ( )

Definition at line 18 of file RTTEstimatorPolicyTCP.cc.

RTTEstimatorPolicyTCP::~RTTEstimatorPolicyTCP ( )
virtual

Definition at line 28 of file RTTEstimatorPolicyTCP.cc.

Member Function Documentation

bool RTTEstimatorPolicyTCP::run ( DTPState dtpState,
DTCPState dtcpState 
)
virtual

Implements EFCPPolicy.

Definition at line 32 of file RTTEstimatorPolicyTCP.cc.

Member Data Documentation

double RTTEstimatorPolicyTCP::G
private

Definition at line 45 of file RTTEstimatorPolicyTCP.h.

Referenced by RTTEstimatorPolicyTCP(), and run().

double RTTEstimatorPolicyTCP::k
private

Definition at line 44 of file RTTEstimatorPolicyTCP.h.

Referenced by RTTEstimatorPolicyTCP(), and run().

double RTTEstimatorPolicyTCP::RTO

Definition at line 31 of file RTTEstimatorPolicyTCP.h.

Referenced by RTTEstimatorPolicyTCP(), and run().

double RTTEstimatorPolicyTCP::RTTVar
private

Definition at line 43 of file RTTEstimatorPolicyTCP.h.

Referenced by run().

simsignal_t RTTEstimatorPolicyTCP::sigStatTCPRTO

Definition at line 33 of file RTTEstimatorPolicyTCP.h.

Referenced by RTTEstimatorPolicyTCP(), and run().

double RTTEstimatorPolicyTCP::SRTT
private

Definition at line 42 of file RTTEstimatorPolicyTCP.h.

Referenced by run().

int RTTEstimatorPolicyTCP::state
private

Definition at line 41 of file RTTEstimatorPolicyTCP.h.

Referenced by RTTEstimatorPolicyTCP(), and run().


The documentation for this class was generated from the following files: