26 #ifndef NFD_DAEMON_FW_RETX_SUPPRESSION_FIXED_HPP 27 #define NFD_DAEMON_FW_RETX_SUPPRESSION_FIXED_HPP 54 const time::milliseconds m_minRetxInterval;
60 #endif // NFD_DAEMON_FW_RETX_SUPPRESSION_FIXED_HPP
a retransmission suppression decision algorithm that suppresses retransmissions within a fixed durati...
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
This file contains common algorithms used by forwarding strategies.
RetxSuppressionFixed(const time::milliseconds &minRetxInterval=DEFAULT_MIN_RETX_INTERVAL)
RetxSuppressionResult decidePerPitEntry(pit::Entry &pitEntry) const
determines whether Interest is a retransmission, and if so, whether it shall be forwarded or suppress...
static const time::milliseconds DEFAULT_MIN_RETX_INTERVAL