Actions
Bug #3908
closedNetwork NACK should "satisfy" all matching pending Interests
Start date:
01/03/2017
Due date:
% Done:
100%
Estimated time:
Description
Currently, Face::Impl::nackPendingInterests
invokes NackCallback on the exact Interest that is being NACKed. The correct behavior is to invoke it for all PendingInterest records that match name+Selectors+Link, and should not require other fields be the same.
Actions