ndn-lite
Data Fields
ndn_forwarder Struct Reference

NDN-Lite forwarder. More...

Collaboration diagram for ndn_forwarder:
Collaboration graph

Data Fields

ndn_nametree_tnametree
 
ndn_face_table_tfacetab
 
ndn_fib_tfib
 The forwarding information base (FIB). More...
 
ndn_pit_tpit
 The pending Interest table (PIT). More...
 
uint8_t memory [NDN_FORWARDER_DEFAULT_SIZE]
 

Detailed Description

NDN-Lite forwarder.

We will support content store in future versions. The NDN forwarder is a singleton in an application.

Field Documentation

◆ facetab

ndn_face_table_t* ndn_forwarder::facetab

◆ fib

ndn_fib_t* ndn_forwarder::fib

The forwarding information base (FIB).

◆ memory

uint8_t ndn_forwarder::memory[NDN_FORWARDER_DEFAULT_SIZE]

◆ nametree

ndn_nametree_t* ndn_forwarder::nametree

◆ pit

ndn_pit_t* ndn_forwarder::pit

The pending Interest table (PIT).


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