Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Module peer_types

Module peer_types 

Source
Expand description

Peer management types for the sync module.

This module defines the data structures used to track remote peers, their sync relationships, and simple address information for transports.

Structs§

Address
Simple address type containing transport type and address string
PeerId
A peer’s unique identifier, wrapping their PublicKey.
PeerInfo
Information about a remote peer in the sync network.

Enums§

ConnectionState
Connection state for a peer.
PeerStatus
Status of a remote peer in the sync network.