Actions
Task #4158
closedSimplify NFD tools with C++11 features
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Updated by Junxiao Shi over 7 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
- % Done changed from 0 to 20
https://redmine.named-data.net/issues/4158 nfd-autoreg
.
Updated by Junxiao Shi over 7 years ago
- % Done changed from 20 to 60
https://gerrit.named-data.net/3989 ndn-autoconfig-server
Updated by Junxiao Shi over 7 years ago
- % Done changed from 60 to 70
https://gerrit.named-data.net/3994 is a refactoring of ndn-autoconfig
. It related to this issue "C++11 features" because the refactoring involves usage of lambdas.
Key points are:
- Rename
Base
toStage
. - Decouple stages using signals.
Stage
has a default constructor. Connecting to HUB and registering prefixes are provided by theProgram
, not by individual stages.- DNS SRV querying is now a mix-in class instead of a subclass of
Base
.
Updated by Junxiao Shi over 7 years ago
https://gerrit.named-data.net/4011 autoconfig multicast discovery stage
Updated by Junxiao Shi over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 70 to 100
Actions