RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <RTTEstimatorPolicyLG.h>
Public Member Functions | |
RTTEstimatorPolicyLG () | |
virtual | ~RTTEstimatorPolicyLG () |
virtual bool | run (DTPState *dtpState, DTCPState *dtcpState) |
void | initialize () |
![]() | |
RTTEstimatorPolicyBase () | |
virtual | ~RTTEstimatorPolicyBase () |
double | getRTO () |
void | setRto (double rto) |
![]() | |
EFCPPolicy () | |
virtual | ~EFCPPolicy () |
virtual bool | call (DTPState *dtpState, DTCPState *dtcpState) |
Public Attributes | |
simsignal_t | sigStatRTTRTO |
![]() | |
double | RTO |
Additional Inherited Members | |
![]() | |
virtual void | handleMessage (cMessage *msg) |
void | defaultAction (DTPState *dtpState, DTCPState *dtcpState) |
Definition at line 38 of file RTTEstimatorPolicyLG.h.
RTTEstimatorPolicyLG::RTTEstimatorPolicyLG | ( | ) |
Definition at line 37 of file RTTEstimatorPolicyLG.cc.
|
virtual |
Definition at line 42 of file RTTEstimatorPolicyLG.cc.
|
virtual |
Reimplemented from RTTEstimatorPolicyBase.
Definition at line 46 of file RTTEstimatorPolicyLG.cc.
Implements EFCPPolicy.
Definition at line 50 of file RTTEstimatorPolicyLG.cc.
simsignal_t RTTEstimatorPolicyLG::sigStatRTTRTO |
Definition at line 46 of file RTTEstimatorPolicyLG.h.
Referenced by initialize(), and run().