Project

General

Profile

Feature #3216

Updated by Junxiao Shi over 8 years ago

 
 (This a long-term task.) 

 Previously, we had an assumption that every element in the wire format is a TLV or is some other value. 
    With this assumption, we have created a Block abstraction that implements a copy-on-write buffer with TLV semantics. 
    However, we don't have implementation of just copy-on-write buffer, which created issues when implementing NDNLP. 

 This a long-term task. 
 As part of this task we should: 

 * 
 - create copy-on-write buffer abstraction 
 * - refactor Block implementation to use the new abstraction 
 * - if needed, update other parts of encoding 

Back