Feature #4600
Updated by Junxiao Shi over 6 years ago
In NFD [[Management]] protocol, [[ControlCommand]] carries `ControlParameters` in a name component, and [[FaceMgmt]] `faces/query` `query` operation carries `FaceQueryFilter` in a name component. Packet Format v0.3 introduces a *Parameters* element as part of the Interest. This issue is to move these structures into Interest Parameters, so that the response Data does not need to carry them. Implementation of the updated update protocol will be separate issues.