Actions
Feature #3679
closedDecouple Forwarder and FaceTable
Start date:
07/19/2016
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Currently, FaceTable
constructor requires Forwarder&
.
Any test case that uses FaceTable
must also construct a Forwarder
.
This may also complicate further refactoring of FaceTable
and other components.
FaceTable
can be made standalone by connecting Face::afterReceive*
signals in Forwarder
and connecting FaceTable::beforeRemove
in FIB.
Updated by Junxiao Shi over 8 years ago
- Related to Task #3205: Reduce usage of shared_ptr in forwarding added
Updated by Junxiao Shi over 8 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
- Target version set to v0.5
Updated by Junxiao Shi over 8 years ago
- Related to Task #3164: Reduce usage of shared_ptr in FIB/PIT/StrategyChoice/Measurements added
Updated by Junxiao Shi over 8 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi over 8 years ago
- Status changed from Code review to Closed
Actions