26 #ifndef NFD_DAEMON_FW_RETX_SUPPRESSION_FIXED_HPP
27 #define NFD_DAEMON_FW_RETX_SUPPRESSION_FIXED_HPP
54 const time::milliseconds m_minRetxInterval;
a retransmission suppression decision algorithm that suppresses retransmissions within a fixed durati...
static const time::milliseconds DEFAULT_MIN_RETX_INTERVAL
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...
This file contains common algorithms used by forwarding strategies.
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents,...