commit | 70576403fe2eb064cb52e0f073922e0e80f36c19 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Fri Jun 07 16:42:21 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Fri Jun 07 16:42:21 2019 -0400 |
tree | 088609e02c24da9b066aebdb1d9d45327883a93e | |
parent | 9619295e9e4566abbcff9c807854638c721fc814 [diff] [blame] |
catchunks: use ndn-cxx's RttEstimator Refs: #4887 Change-Id: If24bea40a22909bf0fd9e49ec7b18330dbe336f2
diff --git a/tests/chunks/pipeline-interests-aimd.t.cpp b/tests/chunks/pipeline-interests-aimd.t.cpp index 57022a6..c990654 100644 --- a/tests/chunks/pipeline-interests-aimd.t.cpp +++ b/tests/chunks/pipeline-interests-aimd.t.cpp
@@ -78,8 +78,8 @@ rttOptions.alpha = 0.125; rttOptions.beta = 0.25; rttOptions.k = 4; - rttOptions.minRto = Milliseconds(200); - rttOptions.maxRto = Milliseconds(4000); + rttOptions.minRto = RttEstimator::MillisecondsDouble(200); + rttOptions.maxRto = RttEstimator::MillisecondsDouble(4000); return rttOptions; }