Project

General

Profile

Bug #2621

Updated by Junxiao Shi almost 9 years ago

In [[IntegrationTests]], Interest aggregation integration test scenario (#1384) assumes NFD suppresses all similar Interests when a PIT entry is pending.   
 When strategies start to permit consumer retransmission, similar Interests are forwarded if they are not too frequent. 
 With exponential backoff suppression algorithm, the default setting would allow retransmission after only 1ms. 

 Interest aggregation scenario is broken due to this change, and needs to be redesigned.

Back