Project

General

Profile

Feature #4696

Updated by Junxiao Shi over 5 years ago

Develop a `SegmentPublisher` class that implements the recommended segmentation procedure. 
 It should support both a finite object and an infinite stream. 

 A few existing implementations: 

 * [StatusDatasetContext](https://github.com/named-data/ndn-cxx/blob/1fd00240e0191dcee7af256a8cb027d25241a246/src/mgmt/status-dataset-context.cpp#L69) 
 * [PSync](https://github.com/named-data/PSync/blob/0b2897e694aa1ca91af9d7679a8200a20d72c812/src/full-producer.cpp#L396) 
 * [ndnputchunks](https://github.com/named-data/ndn-tools/blob/969cd5add42ce049774393ebc9d251d79e26c446/tools/chunks/putchunks/producer.cpp#L104)

Back