Actions
Task #1131
closedmock implementation of basic forwarding procedure
Start date:
Due date:
01/30/2014
% Done:
100%
Estimated time:
15.00 h
Description
Implement essential steps of basic forwarding procedure.
Strategy is fixed to best route #1136.
It's not determined per namespace.
There is no performance requirement on this mock implementation.
Unit testing is not required for this task.
Files
Updated by Junxiao Shi almost 11 years ago
- Description updated (diff)
- Assignee set to Junxiao Shi
Updated by Junxiao Shi almost 11 years ago
- Due date changed from 02/01/2014 to 01/25/2014
- Start date deleted (
01/31/2014)
Updated by Junxiao Shi almost 11 years ago
- Due date changed from 01/25/2014 to 01/29/2014
Updated by Junxiao Shi almost 11 years ago
- Status changed from New to In Progress
Updated by Junxiao Shi almost 11 years ago
- File forwarding-pipelines_20140127.pptx forwarding-pipelines_20140127.pptx added
- Estimated time changed from 8.00 h to 15.00 h
I need design review on the forwarding steps.
Updated by Junxiao Shi almost 11 years ago
The design document is reviewed during 20140128 conference call, and updated.
Updated by Junxiao Shi almost 11 years ago
- Due date changed from 01/29/2014 to 01/30/2014
- Category set to Forwarding
- % Done changed from 0 to 30
Updated by Junxiao Shi almost 11 years ago
"forwarding-pipelines_20140129.pptx" is design update after 20140129 conference call.
Remaining problems:
- incoming Interest pipeline, CS match branch: if an Interest from face 1 matches Data packet A at CS, A should go to face 1. At this time, ccnd would look up PIT to find other Interests pending on face 1 that could be satisfied by A, and consume these Interests. When will this ever happen?
- incoming Interest pipeline, CS match branch: InRecord should be deleted
- incoming Data pipeline: an incoming Data packet is forwarded to each pending downstream at most once. Is there any other scenario that can cause the same Data packet going into the same face twice? If so, deduplication is needed in outgoing Data pipeline.
Updated by Junxiao Shi almost 11 years ago
- File forwarding-pipelines_20140130.pptx forwarding-pipelines_20140130.pptx added
- Status changed from In Progress to Code review
- % Done changed from 30 to 100
forwarding-pipelines_20140130.pptx is the actual implemented pipeline.
Updated by Junxiao Shi almost 11 years ago
- Status changed from Code review to Closed
Actions