Actions
Bug #1405
closedIncorrectly pausing face
Start date:
03/25/2014
Due date:
% Done:
100%
Estimated time:
Description
I'm still investigating the reason, but in certain cases newly expressed Interest is cancelled and face is set into paused state.
Steps to reproduce
- start daemon (nfd or ndnd-tlv, doesn't matter)
- run
./build/examples/producer - run modified consumer (attached)
Expected output:
[cawka@cawka-mac ndn-cpp (new3)]$ ./build/examples/consumer
I: /localhost/testApp/randomData?ndn.MustBeFresh=1&ndn.Scope=1&ndn.InterestLifetime=1000 milliseconds&ndn.Nonce=746518250
D: /localhost/testApp/randomData/testApp/%00%00%01D%FBX%E6%08
Timeout
I: /localhost/testApp/randomData?ndn.MustBeFresh=1&ndn.Scope=1&ndn.InterestLifetime=1000 milliseconds&ndn.Nonce=1600090386
D: /localhost/testApp/randomData/testApp/%00%00%01D%FBX%E6%08
Actual output:
[cawka@cawka-mac ndn-cpp ((14f2df5...))]$ ./build/examples/consumer
I: /localhost/testApp/randomData?ndn.MustBeFresh=1&ndn.Scope=1&ndn.InterestLifetime=1000 milliseconds&ndn.Nonce=618238768
D: /localhost/testApp/randomData/testApp/%00%00%01D%FBXm%95
Timeout
Timeout
Files
Updated by Alex Afanasyev over 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
ok. figure out the problem. Will submit patch soon.
Updated by Alex Afanasyev over 11 years ago
- Status changed from Resolved to Code review
Updated by Alex Afanasyev over 11 years ago
- File consumer.cpp consumer.cpp added
- Description updated (diff)
Updated by Alex Afanasyev over 11 years ago
- Status changed from Code review to Closed
Actions