Actions
Feature #4170
openUse ndn-cxx Dispatcher to satisfy LSA interests.
Description
Since NLSR is moving away from home-rolled solutions toward library-standard methods to interact with the network, we should extend this to LSAs.
- NLSR as a program would exclusively use the ndn-cxx-provided dispatcher to handle interests for LSAs.
- The LSDB as a module would have no knowledge of how interests arrive, but only return an LSA upon request.
Actions