Actions
Task #3278
closedRefactor NullFace
Start date:
Due date:
% Done:
100%
Estimated time:
2.00 h
Description
Refactor NullFace
to use LinkService+Transport structure.
Updated by Junxiao Shi about 9 years ago
- Assignee set to Junxiao Shi
The optimal implementation would be to create a LinkService that discards all outgoing packets, and use it with a dummy Transport.
However, since NullFace
is not performance critical, I plan to keep it simple: use GenericLinkService
with InternalForwarderTransport
.
When InternalForwarderTransport
is not connected to another InternalTransportBase
subclass, it discards all outgoing packets.
The overhead in this approach is that GenericLinkService
would still perform packet encoding, etc.
Updated by Junxiao Shi about 9 years ago
- Blocks Task #3172: Refactor Face: completion added
Updated by Junxiao Shi about 9 years ago
20151020 conference call approves note-1 design.
Beichuan suggests that in long term we should have a discard-all LinkService.
Updated by Junxiao Shi about 9 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi about 9 years ago
- Status changed from Code review to Closed
Actions