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.
Actions