Skip to main content

Module endpoint

Module endpoint 

Source
Expand description

Iroh endpoint lifecycle — create, share, and close.

Structs§

CompressionOptions
Compression options for response bodies. Only used when the compression feature is enabled.
ConnectionEvent
A connection lifecycle event fired when a QUIC peer connection opens or closes.
DiscoveryOptions
DNS-based peer discovery configuration.
EndpointStats
Endpoint-level observability snapshot.
IrohEndpoint
A shared Iroh endpoint.
NetworkingOptions
Networking / QUIC transport configuration.
NodeAddrInfo
Serialisable node address: node ID + relay and direct addresses.
NodeOptions
Configuration passed to IrohEndpoint::bind.
PathInfo
Network path information for a single transport address.
PeerStats
Per-peer connection statistics.
PoolOptions
Connection-pool tuning.
StreamingOptions
Body-streaming and handle-store configuration.

Functions§

parse_direct_addrs
Parse an optional list of socket address strings into SocketAddr values.