Skip to main content

Module transport

Module transport 

Source
Expand description

Saorsa transport primitives re-exported from saorsa_core.

Use ant_protocol::transport::… in downstream crates instead of a direct saorsa-core dependency.

Structs§

CoreNodeConfig
Configuration for a P2P node
IPDiversityConfig
Configuration for IP diversity enforcement at two tiers: exact IP and subnet.
MlDsa65
ML-DSA-65 implementation using FIPS-certified algorithm
MultiAddr
Composable, self-describing network address with an optional PeerId suffix.
NodeIdentity
Core node identity with cryptographic keys
P2PNode
Main P2P network node that manages connections, routing, and communication
PeerId
Peer ID derived from public key (256-bit).

Enums§

NodeMode
Operating mode of a P2P node.
P2PEvent
Network events that can occur in the P2P system