Actions
Task #4637
openndncatchunks: use SegmentFetcher
Status:
New
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Since the AIMD pipeline from ndncatchunks will essentially be implemented in ndn-cxx's SegmentFetcher API, catchunks should be able to make use of this API, instead of having it's own implementation of congestion control. The static pipeline should also be able to use the SegmentFetcher API by specifying options to set the initial window size and prevent the window size from changing.
The SegmentFetcher implementation may require changes so that the external functionality of the AIMD pipeline remains the same.
Updated by Eric Newberry over 6 years ago
- Blocked by Feature #4364: Implement congestion control in SegmentFetcher added
Updated by Davide Pesavento over 6 years ago
- Subject changed from Use SegmentFetcher API in ndncatchunks to ndncatchunks: use SegmentFetcher
Updated by Davide Pesavento about 6 years ago
- Blocked by Feature #4692: SegmentFetcher: allow applications to stop/cancel fetch added
Updated by Davide Pesavento over 4 years ago
- Tags changed from CodeCleanup to code-cleanup
Actions