commit | 73b909a5142eb4a62aa9b3c1c9453bcb0f23c9fc | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Feb 08 21:31:42 2015 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Mon Feb 16 16:23:28 2015 -0800 |
tree | 95d37bb13f7ad7722fc4bd3a2fb929ef5211d4d6 | |
parent | a4ff44ce6f772d0d93c557ba6368ef4af50ef674 [diff] [blame] |
fw: RetxSuppressionExponential refs #1913 Change-Id: I9bb2bae8d7600722920534f646cc8056b3d4843a
diff --git a/daemon/fw/retx-suppression-fixed.hpp b/daemon/fw/retx-suppression-fixed.hpp index f88c83e..0f0ca19 100644 --- a/daemon/fw/retx-suppression-fixed.hpp +++ b/daemon/fw/retx-suppression-fixed.hpp
@@ -45,7 +45,7 @@ */ virtual Result decide(const Face& inFace, const Interest& interest, - const pit::Entry& pitEntry) const DECL_OVERRIDE; + pit::Entry& pitEntry) const DECL_OVERRIDE; public: static const time::milliseconds DEFAULT_MIN_RETX_INTERVAL;