Actions
Bug #4874
closedAsfStrategy Nacks new Interest from neighbor while there exists a Pending Interest with NextHopFaceId from NLSR and removes PIT entry
Start date:
03/12/2019
Due date:
% Done:
100%
Estimated time:
Description
As discussed in this email thread:
[[[https://www.lists.cs.ucla.edu/pipermail/nfd-dev/2019-March/003584.html]]]
While we have a PIT entry for an interest with NextHopFaceId from NLSR to retrieve the cert/KEY for a route update,
there may not currently be a FIB entry for this route yet.
If another neighbor sends an Interest for the same name, AsfStrategy finds no FIB entry and NACKs, for NoRoute,
the neighbor interest and removes the PIT entry.
Then when the data returns for the NLSR interest, there is no PIT entry and the data gets dropped as unsolicited data.
Actions