Project

General

Profile

Feature #4685

Updated by Junxiao Shi almost 6 years ago

Packets are encoded as v0.3 if the parameters element is present, but getNonce() still generates a nonce if there is none. In v0.3, nonce is optional, so this issue is to stop creating a nonce if none was set. This is part of [[nfd:Packet03Transition]]. [Packet03Transition](https://redmine.named-data.net/projects/nfd/wiki/Packet03Transition) 

Back