Feature #4567
Encode Interest into v0.3 format and drop support for v0.2 format
Start date:
Due date:
% Done:
100%
Estimated time:
4.50 h
Tags:
Description
Change ndn::Interest
class to always encode into v0.3 format. Decoder no longer accepts v0.2 format.
This is part of Packet03Transition.
Related issues
Updated by Junxiao Shi over 2 years ago
- Blocked by Feature #4658: Encode and decode Interest ApplicationParameters added
Updated by Junxiao Shi over 2 years ago
- Blocked by Bug #4664: NotificationSubscriber uses ChildSelector added
Updated by Junxiao Shi over 2 years ago
- Blocked by Bug #4665: CertificateBundleFetcher uses ChildSelector added
Updated by Junxiao Shi over 2 years ago
- Blocked by Bug #4684: common.hpp imports Exclude type added
Updated by Junxiao Shi over 2 years ago
- Blocks Feature #4709: Update Interest::toUri for v0.3 format added
Updated by Junxiao Shi about 2 years ago
- Blocks Feature #4805: Process CanBePrefix and drop Selectors added
Updated by Junxiao Shi almost 2 years ago
- Blocks deleted (Feature #4805: Process CanBePrefix and drop Selectors)
Updated by Davide Pesavento over 1 year ago
- Blocked by Feature #4805: Process CanBePrefix and drop Selectors added
Updated by Davide Pesavento over 1 year ago
- Subject changed from Encode Interest as v0.3 format and interpret v0.2 as v0.3 to Encode Interest into v0.3 format and drop support for v0.2 format
- Description updated (diff)
- Status changed from New to In Progress
- Assignee set to Davide Pesavento
Decoder continues to accept v0.2 format, and interpret it as v0.3 semantics
Per 2019-07-29 NDN Platform call, we're skipping the above step and dropping v0.2 support immediately.
Updated by Davide Pesavento over 1 year ago
- % Done changed from 0 to 50
https://gerrit.named-data.net/c/ndn-cxx/+/5641 implements most of the changes. Further cleanups and optimizations are possible, but will be done in a separate commit.
Updated by Junxiao Shi over 1 year ago
- Blocked by Feature #4988: Encode Interests to PacketFormat03 added
Updated by Junxiao Shi over 1 year ago
- Blocked by deleted (Feature #4988: Encode Interests to PacketFormat03)
Updated by Junxiao Shi over 1 year ago
- Blocks deleted (Feature #4709: Update Interest::toUri for v0.3 format)
Updated by Davide Pesavento over 1 year ago
- Related to Feature #4709: Update Interest::toUri for v0.3 format added
Updated by Davide Pesavento over 1 year ago
- Status changed from In Progress to Code review
- % Done changed from 50 to 100