Actions
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
Actions