Actions
Bug #2390
closedRibManager should not create KeyChain instance itself
Start date:
01/16/2015
Due date:
% Done:
100%
Estimated time:
Description
RibManager should accept KeyChain instance as a parameter, instead of creating itself.
Updated by Junxiao Shi over 9 years ago
- Blocks Task #2857: Refactor RibManager to use ManagementDispatcher added
Updated by Junxiao Shi over 9 years ago
- Description updated (diff)
Moved from original description:
This is minor and not too important now (due to bug in ndn-cxx, this caused test cases to fail), but it will be very important later when porting RIB into ndnSIM.
This Bug blocks #2857 because the Dispatcher
constructor wants a KeyChain
reference, so KeyChain
has to be created external to Dispatcher
and RibManager
.
Updated by Vince Lehman over 9 years ago
- Status changed from New to In Progress
- Assignee changed from Ashlesh Gawande to Vince Lehman
Updated by Vince Lehman over 9 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 90
Updated by Junxiao Shi over 9 years ago
- Status changed from Code review to Closed
- Target version changed from v0.3 to v0.4
- % Done changed from 90 to 100
Actions