Project

General

Profile

Task #4582

Updated by Junxiao Shi about 6 years ago

In early phase of [[nfd:Packet03Transition]], `Interest` constructor sets CanBePrefix=1 by default, which matches Interest v0.2 behavior. 
 This issue switches the default to CanBePrefix=0. CanBePrefix=1. 
 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.

Back