Actions
Bug #2643
closedNFD drops Interest with exclusion by implicit digest
Start date:
03/13/2015
Due date:
% Done:
0%
Estimated time:
Description
Consumer retransmits Interest with the Exclude selector set to exclude previously received data packet. Producer never receives this retransmitted Interest packet.
See attached examples and NFD trace
Files
Updated by Alex Afanasyev over 9 years ago
- Priority changed from Normal to High
- Target version set to v0.4
Updated by Junxiao Shi over 9 years ago
- Description updated (diff)
- Category changed from Core to Forwarding
How do you conclude that NFD drops the Interest?
I can see from log that NFD delivers both Interests to the producer, but producer answers the second Interest with exactly same Data (the code might intend to increment m_counter
but didn't do that), so that the second Interest can't be satisfied.
Updated by Ilya Moiseenko over 9 years ago
- Status changed from New to Closed
I was under the impression that producer doesn't print out the retransmitted Interest. Seems to work ok now. We can close this issue.
Actions