Skip to main content

Module node

Module node 

Source
Expand description

FIPS Node Entity

Top-level structure representing a running FIPS instance. The Node holds all state required for mesh routing: identity, tree state, Bloom filters, coordinate caches, transports, links, and peers.

Structs§

ExternalPacketIo
App-owned packet channels for embedding FIPS without a system TUN.
FipsEndpointDirectPacketBatch
Established endpoint packet runs delivered without the endpoint-event queue.
FipsEndpointDirectPacketRun
Consecutive direct endpoint packets from one authenticated FIPS source.
Node
A running FIPS node instance.
NodeDeliveredPacket
Source-attributed packet delivered by a node running without a system TUN.

Enums§

FipsEndpointDirectDeliveryError
Error returned by an installed direct endpoint sink.
NodeError
Errors related to node operations.
NodeState
Node operational state.

Traits§

FipsEndpointDirectSink
Application-provided direct dataplane endpoint delivery sink.