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§

EndpointPayloadClass
Traffic policy selected for an app-owned endpoint payload.
ExternalPacketIo
App-owned packet channels for embedding FIPS without a system TUN.
Node
A running FIPS node instance.
NodeDeliveredPacket
Source-attributed packet delivered by a node running without a system TUN.

Enums§

EndpointPayloadLane
Priority/bulk lane selected for an app-owned endpoint payload.
NodeError
Errors related to node operations.
NodeState
Node operational state.

Functions§

classify_endpoint_payload
Classify an app-owned endpoint payload for queue admission and pressure policy.
endpoint_payload_is_latency_sensitive
Return true when an app-owned endpoint payload should retain priority-lane progress.