Actions
Task #4582
closedSwitch default CanBePrefix to false
Start date:
Due date:
% Done:
100%
Estimated time:
Tags:
Description
In early phase of Packet03Transition, Interest
constructor sets CanBePrefix=true by default, which matches Interest v0.2 behavior.
This issue switches the default to CanBePrefix=false.
However, if an application declared a different setting via Interest::setDefaultCanBePrefix
(#4581), respect that setting.
Calling Interest
constructor without Interest::setDefaultCanBePrefix
no longer prints a warning.
Updated by Davide Pesavento over 6 years ago
- Start date deleted (
04/13/2018)
This issue switches the default to CanBePrefix=1.
I suppose this should read "switches the default to CanBePrefix=0"
Updated by Davide Pesavento over 5 years ago
- Blocked by Feature #4581: Default CanBePrefix declaration added
Updated by Davide Pesavento over 3 years ago
- Tracker changed from Feature to Task
- Subject changed from Switch default CanBePrefix to 0 to Switch default CanBePrefix to false
- Description updated (diff)
- Status changed from New to In Progress
- Target version set to 0.8.0
Updated by Davide Pesavento over 3 years ago
- Assignee set to Davide Pesavento
- % Done changed from 0 to 50
Updated by Davide Pesavento over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Updated by Davide Pesavento almost 3 years ago
- Blocks Task #5172: Release NFD 22.02 / ndn-cxx 0.8.0 added
Actions