Actions
Task #4679
closedMake sure NLSR is not using any deprecated API
Start date:
07/23/2018
Due date:
% Done:
100%
Estimated time:
Description
Look at the canBePrefix implications if any:
https://redmine.named-data.net/projects/nfd/wiki/Packet03Transition
Updated by Ashlesh Gawande over 6 years ago
MinSuffixComponents, MaxSuffixComponents, PublisherPublicKeyLocator, Exclude, and ChildSelector are not used in NLSR.
NLSR directly expresses interest only one time in hello protocol. Data name for hello is the interest name to which current time stamp is appended as a number.
So we should setCanBePrefix to true for hello interests.
For LSAs NLSR uses segment fetcher which already sets canBePrefix internally (true on the first interest, false on subsequent).
Updated by Ashlesh Gawande about 6 years ago
- Status changed from New to Closed
- Target version set to v0.5.0
- % Done changed from 0 to 100
Actions