commit | 40eae0328b79faf4182c0348b1286cb60fa5f2b4 | [log] [tgz] |
---|---|---|
author | Sichen Song <songsichen123@gmail.com> | Sun May 01 16:33:00 2022 -0700 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon May 23 21:46:03 2022 -0400 |
tree | 3f220dce64d78fce4f2504863dd69b0f1ef34a92 | |
parent | 832d2300ee4fb17a9be8473f5ead65504476fde6 [diff] [blame] |
catchunks: avoid excess window decrease in certain conditions Refs: #5202 Change-Id: I7eeed18fbdfc3ef7a5a277da34f9de0c7068a61d
diff --git a/tools/chunks/catchunks/pipeline-interests-adaptive.hpp b/tools/chunks/catchunks/pipeline-interests-adaptive.hpp index 15e4dcf..7b7aad8 100644 --- a/tools/chunks/catchunks/pipeline-interests-adaptive.hpp +++ b/tools/chunks/catchunks/pipeline-interests-adaptive.hpp
@@ -172,7 +172,7 @@ handleLifetimeExpiration(const Interest& interest); void - recordTimeout(); + recordTimeout(uint64_t segNo); void enqueueForRetransmission(uint64_t segNo);