package
1.4.2
Repository: https://github.com/named-data/ndnd.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Configure configures the forwarding system.
No description provided by the author
CsCapacity returns the CS capacity.
NewCsLRU creates a new LRU replacement policy for the Content Store.
NewDeadNonceList creates a new Dead Nonce List for a forwarding thread.
NewPitCS creates a new combined PIT-CS for a forwarding thread.
SetCsCapacity sets the CS capacity from management.
SetExpirationTimerToNow updates the expiration timer to the current time.
UpdateExpirationTimer updates the expiration timer to the latest expiration time of any in or out record in the entry.

# Constants

Route flags.
Route flags.
Route origins.
Route origins.
Route origins.
Route origins.
Route origins.
Route origins.
Route origins.

# Variables

FibStrategy is a table containing FIB and Strategy entries for given prefixes.
NetworkRegion contains producer region names for this forwarder..
Rib is the Routing Information Base.

# Structs

CsLRU is a least recently used (LRU) replacement policy for the Content Store.
DeadNonceList represents the Dead Nonce List for a forwarding thread.
FibNextHopEntry represents a nexthop in a FIB entry.
FibStrategyHashTable represents a tree implementation of the FIB-Strategy table.
FibStrategy Tree represents a tree implementation of the FIB-Strategy table.
PitCsTree represents a PIT-CS implementation that uses a name tree.
PitInRecord records an incoming Interest on a given face.
PitOutRecord records an outgoing Interest on a given face.
RibEntry represents an entry in the RIB table.
RibTable represents the Routing Information Base (RIB).
Route represents a route in a RIB entry.

# Interfaces

CsEntry is an entry in a thread's CS.
CsReplacementPolicy represents a cache replacement policy for the Content Store.
FibStrategy represents the functionality that a FIB-strategy table should implement.
FibStrategyEntry represents an entry in the FIB-Strategy table.
PitCsTable dictates what functionality a Pit-Cs table should implement Warning: All functions must be called in the same forwarding goroutine as the creation of the table.
PitEntry dictates what entries in a PIT-CS table should implement.
No description provided by the author

# Type aliases

No description provided by the author