This is the complete list of members for nfd::fw::RetxSuppressionExponential, including all inherited members.
construct(const StrategyParameters ¶ms) | nfd::fw::RetxSuppressionExponential | static |
decidePerPitEntry(pit::Entry &pitEntry) | nfd::fw::RetxSuppressionExponential | |
decidePerUpstream(pit::Entry &pitEntry, Face &outFace) | nfd::fw::RetxSuppressionExponential | |
DEFAULT_INITIAL_INTERVAL | nfd::fw::RetxSuppressionExponential | static |
DEFAULT_MAX_INTERVAL | nfd::fw::RetxSuppressionExponential | static |
DEFAULT_MULTIPLIER | nfd::fw::RetxSuppressionExponential | static |
Duration typedef | nfd::fw::RetxSuppressionExponential | |
incrementIntervalForOutRecord(pit::OutRecord &outRecord) | nfd::fw::RetxSuppressionExponential | |
operator<<(std::ostream &os, const RetxSuppressionExponential &retxSupp) | nfd::fw::RetxSuppressionExponential | friend |
RetxSuppressionExponential(Duration initialInterval=DEFAULT_INITIAL_INTERVAL, Duration maxInterval=DEFAULT_MAX_INTERVAL, float multiplier=DEFAULT_MULTIPLIER) | nfd::fw::RetxSuppressionExponential | explicit |