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.
Actions