Project

General

Profile

Feature #3104

Updated by Junxiao Shi over 8 years ago

Develop `GenericLinkService` to support [[NDNLPv2]] hop-by-hop headers. [[NDNLPv2]]. 

 `GenericLinkService` shall conform to the `GenericLinkService` external API given in [LinkService-face.hpp](https://gist.github.com/yoursunny/22a7d53711b4e9bc198a). 

 In this issue, `GenericLinkService` should encode and decode LpPacket with   
 It shall support these fields: NDNLPv2 features: 

 * indexed fragmentation 
 * NACK 
 * extra fields for forwarding: NextHopFaceId, CachePolicy, IncomingFaceId 

 No other NDNLPv2 features should be supported at this moment. This issue includes: 

 * Design an internal structure for `GenericLinkService` to support above features. 
 * Implement these features.

Back