Task #4780
closed
Make Interest Parameters TLV non-critical
Added by Davide Pesavento almost 6 years ago.
Updated over 5 years ago.
Description
As discussed on 2018-11-26, the Interest Parameters element should be redefined to use a non-critical TLV-TYPE.
- Status changed from New to In Progress
- Assignee set to Davide Pesavento
- % Done changed from 0 to 30
Junxiao Shi wrote:
I'd suggest renumbering Parameters to 0x30 instead of 0x24, so that bitwise expression (tlvType & 0xF0) == 0x30
identifies this range.
err... why? [48-63] or [36-51], what's the difference? both intervals are currently unassigned.
Bitwise operator is better than inequal comparison operator, at least in hardware implementation (think electric circuits where it needs less gates).
Although the need for hardware implementation at this level may be sparse, there’s no harm in assigning a hardware-friendly number.
- Related to Feature #4831: Redefine ParametersSha256DigestComponent covered area added
Shouldn't ParametersSha256DigestComponent
also be non-critical? What's the point of having one critical but not the other?
Shouldn't ParametersSha256DigestComponent
also be non-critical? What's the point of having one critical but not the other?
Evolvability rules do not apply to name component types.
And where is that written?
- % Done changed from 30 to 80
- Status changed from In Progress to Code review
- % Done changed from 80 to 100
- Status changed from Code review to Closed
Also available in: Atom
PDF