Actions
Feature #4567
closedEncode Interest into v0.3 format and drop support for v0.2 format
Added by Junxiao Shi over 6 years ago. Updated about 5 years ago.
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.
Updated by Davide Pesavento over 6 years ago
- Blocked by Task #4564: Release 0.6.2 added
Updated by Junxiao Shi over 6 years ago
- Blocked by Feature #4658: Encode and decode Interest ApplicationParameters added
Updated by Junxiao Shi over 6 years ago
- Blocked by Bug #4664: NotificationSubscriber uses ChildSelector added
Updated by Junxiao Shi over 6 years ago
- Blocked by Bug #4665: CertificateBundleFetcher uses ChildSelector added
Updated by Junxiao Shi over 6 years ago
- Blocked by Bug #4684: common.hpp imports Exclude type added
Updated by Junxiao Shi over 6 years ago
- Blocks Feature #4709: Update Interest::toUri for v0.3 format added
Updated by Junxiao Shi almost 6 years ago
- Blocks Feature #4804: Signed Interest v0.3 added
Updated by Junxiao Shi almost 6 years ago
- Blocks Feature #4805: Process CanBePrefix and drop Selectors added
Updated by Junxiao Shi almost 6 years ago
- Blocks Feature #4806: Process HopLimit added
Updated by Junxiao Shi over 5 years ago
- Blocks deleted (Feature #4805: Process CanBePrefix and drop Selectors)
Updated by Junxiao Shi over 5 years ago
- Blocks deleted (Feature #4806: Process HopLimit)
Updated by Davide Pesavento over 5 years ago
- Blocked by Feature #4805: Process CanBePrefix and drop Selectors added
Updated by Davide Pesavento over 5 years ago
- Blocked by deleted (Task #4564: Release 0.6.2)
Updated by Davide Pesavento over 5 years ago
- Blocked by Task #4916: Release 0.6.6 added
Updated by Davide Pesavento over 5 years 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 5 years 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 about 5 years ago
- Blocked by Feature #4988: Encode Interests to PacketFormat03 added
Updated by Junxiao Shi about 5 years ago
- Blocked by deleted (Feature #4988: Encode Interests to PacketFormat03)
Updated by Junxiao Shi about 5 years ago
- Blocks deleted (Feature #4709: Update Interest::toUri for v0.3 format)
Updated by Davide Pesavento about 5 years ago
- Related to Feature #4709: Update Interest::toUri for v0.3 format added
Updated by Davide Pesavento about 5 years ago
- Status changed from In Progress to Code review
- % Done changed from 50 to 100
Updated by Davide Pesavento about 5 years ago
- Status changed from Code review to Closed
Updated by Davide Pesavento about 5 years ago
- Blocks Task #5045: Release 0.7.0 added
Actions