Feature #5171
closed
Add option to nfd.conf to add default HopLimit to Interest when missing
Added by Philipp Moll over 3 years ago.
Updated over 3 years ago.
Description
There should be a global option to configure NFD to automatically add a hop limit to processed Interests.
as discussed on NFD Dev call on 2021-06-11
- Subject changed from Add option to NFD global config to add default hop limit to Interest when missing to Add option to nfd.conf to add default HopLimit to Interest when missing
- Category set to Forwarding
- Target version set to 22.02
- Status changed from New to Code review
- % Done changed from 0 to 60
Just to protocol the discussion results from the NFD dev call on 2021-06-18:
- The implementation should be in
forwarder.cpp
in onContentStoreMiss
.
- To evade the const Interest variable, a const cast is acceptable.
- The configuration can be in a new
forwarder
section.
- Status changed from Code review to Closed
- % Done changed from 60 to 100
Also available in: Atom
PDF