Actions
Feature #5171
closedAdd option to nfd.conf to add default HopLimit to Interest when missing
Start date:
06/11/2021
Due date:
% Done:
100%
Estimated time:
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
Updated by Davide Pesavento over 3 years ago
- 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
Updated by Davide Pesavento over 3 years ago
- Status changed from New to Code review
- % Done changed from 0 to 60
Updated by Philipp Moll over 3 years ago
Just to protocol the discussion results from the NFD dev call on 2021-06-18:
- The implementation should be in
forwarder.cpp
inonContentStoreMiss
. - To evade the const Interest variable, a const cast is acceptable.
- The configuration can be in a new
forwarder
section.
Updated by Davide Pesavento over 3 years ago
- Status changed from Code review to Closed
- % Done changed from 60 to 100
Actions