commit | 034f30f27aaa2d052321473ecd3e85a5f754aa01 | [log] [tgz] |
---|---|---|
author | Ryan Wickman <rwickman@memphis.edu> | Wed Jun 06 11:11:11 2018 -0500 |
committer | Ryan Wickman <rwickman@memphis.edu> | Mon Jun 11 11:28:47 2018 -0700 |
tree | 7d4b944edaff083d906a2b2835da60e0dc0565c2 | |
parent | 2f041d20af247d44757f8c8098af92aa717bc6bc [diff] [blame] |
chunks: fix aimd hanging with files less than chunk size refs: #4439 Change-Id: Ie3ef5d81e6baf154ade97beda183bc6b16764085
diff --git a/tools/chunks/catchunks/pipeline-interests-aimd.hpp b/tools/chunks/catchunks/pipeline-interests-aimd.hpp index 0257e7b..c2e5166 100644 --- a/tools/chunks/catchunks/pipeline-interests-aimd.hpp +++ b/tools/chunks/catchunks/pipeline-interests-aimd.hpp
@@ -184,6 +184,9 @@ void cancelInFlightSegmentsGreaterThan(uint64_t segNo); + bool + allSegmentsReceived() const; + PUBLIC_WITH_TESTS_ELSE_PRIVATE: void printSummary() const final;