Actions
Task #1762
closedRevise Management protocol to use number encoding convention
Start date:
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
StatusDataset should reference the segment number and version number encoding established in #1761, instead of defining its own encoding.
Notification should reference the sequence number encoding established in #1761, instead of defining its own encoding.
Updated by Junxiao Shi over 10 years ago
- Blocked by Task #1761: Ensure consistent segment and version encoding between ndn-cxx and CCL libraries added
Updated by Junxiao Shi about 10 years ago
- Description updated (diff)
- Status changed from New to In Progress
Updated by Junxiao Shi about 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
StatusDataset uses 0xFD marker for version component, and 0x00 marker for segment component.
Notification uses 0xFE marker for sequence number component.
In addition, an alternate subscriber operation rule (which is used in FaceMonitor
class) is added in Notification.
Updated by Junxiao Shi about 10 years ago
- Status changed from Resolved to Closed
Actions