commit | 5e3773dd5a92f40fbf02541fe31b95f786313768 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Aug 22 15:35:08 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Aug 22 15:35:08 2019 -0400 |
tree | a15bf897b5bc5948c0ee056ee29f57b2b24e0897 | |
parent | 50cf6db4739501280cb2f7018a57ac4866046057 [diff] [blame] |
catchunks: switch to RttEstimatorWithStats Refs: #4887 Change-Id: I8d49eff6ff4a7dc9ff49ffacc0744e50695128d2
diff --git a/tools/chunks/catchunks/pipeline-interests-cubic.hpp b/tools/chunks/catchunks/pipeline-interests-cubic.hpp index 11d3100..4f058c7 100644 --- a/tools/chunks/catchunks/pipeline-interests-cubic.hpp +++ b/tools/chunks/catchunks/pipeline-interests-cubic.hpp
@@ -61,7 +61,7 @@ using Options = PipelineInterestsCubicOptions; public: - PipelineInterestsCubic(Face& face, RttEstimator& rttEstimator, + PipelineInterestsCubic(Face& face, RttEstimatorWithStats& rttEstimator, const Options& options = Options()); private: