|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <RTTEstimatorPolicyDefault.h>
Public Member Functions | |
| RTTEstimatorPolicyDefault () | |
| virtual | ~RTTEstimatorPolicyDefault () |
| 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) |
Additional Inherited Members | |
Public Attributes inherited from RTTEstimatorPolicyBase | |
| double | RTO |
Protected Member Functions inherited from RTTEstimatorPolicyBase | |
| virtual void | initialize () |
| virtual void | handleMessage (cMessage *msg) |
| void | defaultAction (DTPState *dtpState, DTCPState *dtcpState) |
Definition at line 36 of file RTTEstimatorPolicyDefault.h.
| RTTEstimatorPolicyDefault::RTTEstimatorPolicyDefault | ( | ) |
Definition at line 35 of file RTTEstimatorPolicyDefault.cc.
|
virtual |
Definition at line 41 of file RTTEstimatorPolicyDefault.cc.
Implements EFCPPolicy.
Definition at line 46 of file RTTEstimatorPolicyDefault.cc.