Actions
Bug #4686
closedIn decodeLpPacket, the check for ignoring an unrecognized field type doesn't follow the documentation
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
07/26/2018
Due date:
% Done:
0%
Estimated time:
Description
In Tlv0_2WireFormat.decodeLpPacket, the check for ignoring an unrecognized field type doesn't follow the documentation defined here:
http://redmine.named-data.net/projects/nfd/wiki/NDNLPv2
The expression for canIgnore should check:
(fieldType & 0x03) == 0
This follows pull request https://github.com/named-data/jndn/pull/22
Updated by Anonymous over 6 years ago
- Status changed from New to Closed
Changes merged to master in all libraries.
Actions