Project

General

Profile

Actions

Task #1767

closed

Expose link layer byte counts in FaceStatus block

Added by Alex Afanasyev almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Faces
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
1.00 h

Related issues 2 (0 open2 closed)

Blocks NFD - Task #1768: nfd-status: Visualize per-face link layer byte countsClosedChengyu Fan

Actions
Blocked by NFD - Task #1729: Add byte counters to FaceCountersClosedJunxiao Shi

Actions
Actions #1

Updated by Alex Afanasyev almost 10 years ago

  • Blocked by Task #1766: Link layer byte count in UnixStreamFace, TcpFace, UdpFace, MulticastUdpFace added
Actions #2

Updated by Alex Afanasyev almost 10 years ago

  • Blocks Task #1768: nfd-status: Visualize per-face link layer byte counts added
Actions #3

Updated by Junxiao Shi almost 10 years ago

  • Blocked by deleted (Task #1766: Link layer byte count in UnixStreamFace, TcpFace, UdpFace, MulticastUdpFace)
Actions #4

Updated by Junxiao Shi almost 10 years ago

  • Blocked by Task #1729: Add byte counters to FaceCounters added
Actions #5

Updated by Anonymous almost 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);
Actions #6

Updated by Junxiao Shi almost 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
Actions #7

Updated by Junxiao Shi almost 10 years ago

  • Status changed from New to In Progress
Actions #8

Updated by Junxiao Shi almost 10 years ago

  • Status changed from In Progress to Code review
  • % Done changed from 0 to 100
Actions #9

Updated by Junxiao Shi over 9 years ago

  • Status changed from Code review to Closed
Actions

Also available in: Atom PDF