ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
Loading...
Searching...
No Matches
ndn::FibNexthop Struct Reference

FIB Nexthop. More...

#include <ndn/fib.hpp>

Public Attributes

FaceId faceId = FACE_ID_INVALID
 Next-hop Face ID.
 
uint8_t cost = 0
 Cost (lower is preferred)
 

Detailed Description

FIB Nexthop.

A structure holding the next-hop Face and its cost (priority).

Definition at line 30 of file fib.hpp.

Member Data Documentation

◆ cost

uint8_t ndn::FibNexthop::cost = 0

Cost (lower is preferred)

Definition at line 32 of file fib.hpp.

◆ faceId

FaceId ndn::FibNexthop::faceId = FACE_ID_INVALID

Next-hop Face ID.

Definition at line 31 of file fib.hpp.


The documentation for this struct was generated from the following file: