fw: use ndn-cxx's RttEstimator in AccessStrategy
Refs: #4887
Change-Id: I7e404df953f99374e676c7eb29897c45d0868eef
diff --git a/daemon/face/lp-reliability.cpp b/daemon/face/lp-reliability.cpp
index 4489f6c..310f78e 100644
--- a/daemon/face/lp-reliability.cpp
+++ b/daemon/face/lp-reliability.cpp
@@ -114,7 +114,7 @@
if (frag.retxCount == 0) {
// This sequence had no retransmissions, so use it to estimate the RTO
- m_rttEst.addMeasurement(now - frag.sendTime, 1);
+ m_rttEst.addMeasurement(now - frag.sendTime);
}
// Look for frags with TxSequence numbers < ackSeq (allowing for wraparound) and consider them