Task #1696
closedDeprecate Command Interest
Description
Deprecate Command Interest in favor of Signed Interest.
Background
9th comment in http://gerrit.named-data.net/893 states:
Yingdi Yu:
I will merge the Signed Command Interest with Signed Interest, and call the merged result "Signed Interest".
Since Signed Interest and Command Interest are almost identical, Command Interest should be deprecated in favor of Signed Interest.
Work items
- create a SignedInterest page (in ndn-cxx wiki)
- redirect nfd:Signed Interests page (in NFD wiki) to SignedInterest page (in ndn-cxx wiki)
- modify nfd:Command Interests page to state that it is deprecated in favor of Signed Interest
- mark
ndn::CommandInterestGenerator
as deprecated - mark
ndn::CommandInterestValidator
as deprecated
Updated by Junxiao Shi over 10 years ago
20140708 conference call approves this proposal.
@Alex worries that the term "Signed Interest" does not imply the Interest contains a timestamp and a random number.
@Lixia Zhang points out that an Interest having this structure is not necessarily a command, so "Command Interest" isn't a good term.
We decide to go with "Signed Interest".
Updated by Yingdi Yu over 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi over 10 years ago
- Description updated (diff)
I'm confirming the first 3 work items are completed correctly.
Updated by Junxiao Shi over 10 years ago
I've updated nfd:Control Command to reference SignedInterest spec.
I notice that SignedInterest page still mentions "Command Interest" somewhere.
@Yingdi Yu should fix this.
Updated by Alex Afanasyev over 10 years ago
- Status changed from Code review to Closed