Actions
Task #1806
closedImplement byte counts for InternalFace
Start date:
Due date:
% Done:
0%
Estimated time:
Updated by Junxiao Shi over 10 years ago
This is unnecessary because there is no cost in transmitting to and from an InternalFace.
Updated by Alex Afanasyev over 10 years ago
We should add this for uniformity. The status page looks odd without these stats. This is number of bytes that correspond to Interest/Data the InternalFace has received or generated.
Updated by Junxiao Shi over 10 years ago
It's semantically incorrect to have link layer byte counts on InternalFace, because this type of face operates on application layer, and has no link layer.
Therefore, it's fine to keep the link layer counters at zero.
Perhaps, counters that are not applicable to a type of face should be omitted in FaceStatus block.
Actions