Project

General

Profile

Actions

Bug #3448

closed

Retrieval of data using full name

Added by Alex Afanasyev about 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Please reject the issue if it is my misunderstanding.

Does the retrieval of data using full name (e.g., with the implicit digest) supported by libraries (e.g., jNDN)?

Actions #1

Updated by Jeff Burke about 8 years ago

(Can you point to current ndn-cxx behavior for equiv functionality?)

Actions #2

Updated by Jeff Burke about 8 years ago

Will update after retreat discussion on implicit digest.

Actions #3

Updated by Alex Afanasyev about 8 years ago

I'm a little bit confused. We have the implicit digest and we had agreed on the specific form it is encoded. What other discussions needed?

Actions #4

Updated by Anonymous almost 8 years ago

  • Status changed from New to Closed
  • Assignee set to Anonymous

Matching on the Data packet full name is not supported. The search through the PIT uses Interest.matchesData:
https://github.com/named-data/jndn/blob/9f135a0d7c435976cfd8f7c6eb1e5f30898f0610/src/net/named_data/jndn/impl/PendingInterestTable.java#L176

Interest.matchesData and the related unit tests are ported from ndn-cxx:
https://github.com/named-data/jndn/blob/1ffb9daa761b87409b0cc4e1f957fa1f96c77292/src/net/named_data/jndn/Interest.java#L665

Actions

Also available in: Atom PDF