Project

General

Profile

Actions

Bug #4686

closed

In decodeLpPacket, the check for ignoring an unrecognized field type doesn't follow the documentation

Added by Anonymous almost 6 years ago. Updated almost 6 years ago.

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

Actions #1

Updated by Anonymous almost 6 years ago

  • Status changed from New to Closed

Changes merged to master in all libraries.

Actions

Also available in: Atom PDF