Bug #3448
closedRetrieval of data using full name
0%
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)?
Updated by Jeff Burke almost 9 years ago
(Can you point to current ndn-cxx behavior for equiv functionality?)
Updated by Jeff Burke almost 9 years ago
Will update after retreat discussion on implicit digest.
Updated by Alex Afanasyev almost 9 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?
Updated by Anonymous over 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