Task #1686
closedVisualize on demand UDP face timeouts in nfd-status
100%
Description
This task includes also update of NFD status xml schema
Updated by Alex Afanasyev over 10 years ago
- Blocked by Task #1685: Add timeout into FaceStatus dataset added
Updated by Alex Afanasyev over 10 years ago
- Subject changed from Visualize FIB timeouts in nfd-status to Visualize on demand UDP face timeouts in nfd-status
I'm changing this task, since I forgot that FIB doesn't have concept of timeouts. However, the same "problem" exists with UDP on-demand faces.
Updated by Alex Afanasyev over 10 years ago
- Status changed from New to In Progress
- Assignee set to Alex Afanasyev
Updated by Alex Afanasyev over 10 years ago
What was motivation of not using an per-face event with the timer? If it was attempt to "optimize", then it is kind of strange. We use events extensively (per-packet) in the strategy, but don't want to do the same for the face...
Updated by Alex Afanasyev over 10 years ago
- Status changed from In Progress to Code review
- Target version changed from v0.3 to v0.2
- % Done changed from 0 to 100
Updated by Alex Afanasyev over 10 years ago
To support this (and some other face-specific things in future), I did a couple of changes in Face abstraction: http://gerrit.named-data.net/#/c/975/.
In particular, there is now a virtual method to request FaceStatus data structure, instead of filling this data structure in FaceManager using Face-provided API. This allow any customization inside the Face.
Updated by Alex Afanasyev over 10 years ago
- Status changed from Code review to Closed