Actions
Bug #4947
closedThe TLV-TYPE number of ApplicationParameters is wrong
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
06/01/2019
Due date:
% Done:
0%
Estimated time:
Description
According to current spec, the TLV-TYPE number of ApplicationParameters is 36 (non-critical). But in PyNDN2 it is 35 (critical), so an Interest carrying ApplicationParameters will be dropped by NFD.
Updated by Anonymous over 5 years ago
- Project changed from 5 to NDN-CCL
- Assignee set to Anonymous
Moved to prject NDN-CCL because it affects all libraries.
Updated by Anonymous over 5 years ago
- Status changed from New to Closed
Thanks for catching this. Changes merged to master in all libraries. Here's the fix to PyNDN2:
https://github.com/named-data/PyNDN2/commit/202afb84ce81a4f5c8cb0fe5847e16ae2b1cd14e
Actions