Actions
Task #5011
closedUse own registration reply instead of dummy face's
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Currently dummy face's registration reply sets the face id of the registration to 1.
This makes it hard to test our registrations upon face events for example in test-nlsr.
This task should disable the dummy face's registration and have our own that allows to set faceid via a change of global variable (Or maybe add this feature to ndn-cxx's dummy face itself).
Updated by Ashlesh Gawande about 5 years ago
- Related to Bug #5010: NLSR tries to recreate existing routes on FACE_EVENT_CREATED added
Updated by Junxiao Shi over 2 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
- % Done changed from 0 to 30
Updated by Junxiao Shi about 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 30 to 100
Apparently DummyClientFace is no longer overwriting FaceId to 1, so I simply deleted the outdated comments:
https://gerrit.named-data.net/c/NLSR/+/7126/1
The feature I introduced in ndn-cxx:commit:0838f3dacc55630c4a89d4c2a7a7aabef1d8208e isn't needed here.
Actions