Project

General

Profile

Feature #3893

Updated by Junxiao Shi over 7 years ago

As soon as an Interest with Link reaches a router within the producer region, the router should delete the Link object and forward the Interest without Link. 
 The end host will not see the Link object and can forward the Interest to a local producer properly, without requiring network producer region table configuration. 

 The PIT entry should be created for the Interest without LinkObject: 
 - If there is another Interest for the same data and with LinkObject with another delegation that is part of NetworkRegionsTable, then it should be aggregated 
 - If delegation is not in the NetworkRegionsTable, then a separate PIT entry should be created 

Back