Actions
Task #2543
closedPort SegmentFetcher
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
02/19/2015
Due date:
% Done:
0%
Estimated time:
Description
Port SegmentFetcher from ndn-cxx. (Also in PyNDN, NDN-JS and jNDN.) CompleteCallback should provide a Blob. Internally, it should concatenate the content the same as ElementReader.onReceivedData.
https://github.com/named-data/ndn-cxx/blob/master/src/util/segment-fetcher.hpp
Once ported, SegmentFetcher should be used in test-list-rib, etc.
Updated by Anonymous over 9 years ago
- Project changed from 4 to NDN-CCL
- Status changed from New to In Progress
Ported SegmentFetcher to jNDN and made TestListRib, etc. use it.
Updated by Alex Afanasyev over 9 years ago
I have no issues with porting. I cannot fully agree that this is related to NDN-CCL. This is just an utility helper that doesn't need to belong to CCL
Updated by Anonymous over 9 years ago
- Blocked by Feature #2734: SegmentFetcher: asynchronous Data validation with Validator added
Updated by Anonymous almost 8 years ago
- Status changed from In Progress to Closed
In all libraries, updated SegmentFetcher.fetch to allow a validatorKeyChain for asynchronous Data validation.
Actions