Project

General

Profile

Task #4637

Updated by Eric Newberry almost 6 years ago

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.

Back