Actions
Task #1569
closedProvide access to pit::InRecord and pit::OutRecord
Start date:
Due date:
% Done:
100%
Estimated time:
2.00 h
Description
Extend pit::Entry
: allow retrieving InRecord and OutRecord by Face.
Change Forwarder::onOutgoingInterest
and Strategy::sendInterest
so that OutRecord created during this procedure can be accessed by strategy.
Updated by Junxiao Shi over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 30
First Change: pit::Entry::getInRecord
and pit::Entry::getOutRecord
Next Change: extend forwarding to give OutRecord to strategy
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to In Progress
Updated by Junxiao Shi over 10 years ago
- Category changed from Tables to Forwarding
- Status changed from In Progress to Code review
- % Done changed from 30 to 80
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to Closed
- % Done changed from 80 to 100
Adding pit::Entry::getIn/OutRecord
is sufficient for strategy use. Forwarding pipelines will not be changed.
Actions