Actions
Task #1767
closedExpose link layer byte counts in FaceStatus block
Start date:
Due date:
% Done:
100%
Estimated time:
1.00 h
Updated by Alex Afanasyev over 10 years ago
- Blocked by Task #1766: Link layer byte count in UnixStreamFace, TcpFace, UdpFace, MulticastUdpFace added
Updated by Alex Afanasyev over 10 years ago
- Blocks Task #1768: nfd-status: Visualize per-face link layer byte counts added
Updated by Junxiao Shi over 10 years ago
- Blocked by deleted (Task #1766: Link layer byte count in UnixStreamFace, TcpFace, UdpFace, MulticastUdpFace)
Updated by Junxiao Shi over 10 years ago
- Blocked by Task #1729: Add byte counters to FaceCounters added
Updated by Anonymous over 10 years ago
FaceStatusPublisher should "just work" once changes are made to ndn::nfd::FaceStatus. It's just calling wireEncode on the FaceStatus it pulls from each Face.
(loop stuff)
ndn::nfd::FaceStatus status = face->getFaceStatus();
totalLength += status.wireEncode(outBuffer);
Updated by Junxiao Shi over 10 years ago
- Subject changed from Extend FaceStatusPublisher to include link layer byte counts to Expose link layer byte counts in FaceStatus block
- Category changed from Management to Faces
- Assignee changed from Anonymous to Junxiao Shi
- Estimated time set to 1.00 h
Updated by Junxiao Shi over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to Closed
Actions