RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <RTTEstimatorPolicyTCP.h>
Public Member Functions | |
RTTEstimatorPolicyTCP () | |
virtual | ~RTTEstimatorPolicyTCP () |
virtual bool | run (DTPState *dtpState, DTCPState *dtcpState) |
![]() | |
RTTEstimatorPolicyBase () | |
virtual | ~RTTEstimatorPolicyBase () |
double | getRTO () |
void | setRto (double rto) |
![]() | |
EFCPPolicy () | |
virtual | ~EFCPPolicy () |
virtual bool | call (DTPState *dtpState, DTCPState *dtcpState) |
Public Attributes | |
double | RTO |
simsignal_t | sigStatTCPRTO |
![]() | |
double | RTO |
Private Attributes | |
int | state |
double | SRTT |
double | RTTVar |
double | k |
double | G |
Additional Inherited Members | |
![]() | |
virtual void | initialize () |
virtual void | handleMessage (cMessage *msg) |
void | defaultAction (DTPState *dtpState, DTCPState *dtcpState) |
Definition at line 29 of file RTTEstimatorPolicyTCP.h.
RTTEstimatorPolicyTCP::RTTEstimatorPolicyTCP | ( | ) |
Definition at line 18 of file RTTEstimatorPolicyTCP.cc.
|
virtual |
Definition at line 28 of file RTTEstimatorPolicyTCP.cc.
Implements EFCPPolicy.
Definition at line 32 of file RTTEstimatorPolicyTCP.cc.
|
private |
Definition at line 45 of file RTTEstimatorPolicyTCP.h.
Referenced by RTTEstimatorPolicyTCP(), and run().
|
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().
|
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().
|
private |
Definition at line 42 of file RTTEstimatorPolicyTCP.h.
Referenced by run().
|
private |
Definition at line 41 of file RTTEstimatorPolicyTCP.h.
Referenced by RTTEstimatorPolicyTCP(), and run().