Feature #4851
chunks: integrate NAC
Start date:
02/22/2019
Due date:
% Done:
0%
Estimated time:
Description
Integrate Named-Based Access Control into chunks. The implementation will include a compile time argument to ensure that NAC will be an optional dependency to ndn-tools.
Updated by Junxiao Shi over 1 year ago
This feature is fundamentally in conflict with #4637, which states that ndncatchunks
should use SegmentFetcher
. Why not integrating encryption features to SegmentFetcher
?
Updated by Davide Pesavento over 1 year ago
I don't see any conflict. Several features have been implemented in ndncatchunks
first and later found their way into SegmentFetcher
(pipelining, AIMD, cubic, ...), the same thing can be done with NAC. Besides, we already know that the ndn-cxx's SegmentFetcher
needs a complete redesign (#4776).