Module zebra_network::peer

source ·
Expand description

Peer connection handling.

Re-exports§

Modules§

  • client 🔒
    Handles outbound requests from our node to the network.
  • connection 🔒
    Zebra’s per-peer connection state machine.
  • connector 🔒
    Wrapper around handshake logic that also opens a TCP connection.
  • error 🔒
    Peer-related errors.
  • handshake 🔒
    Initial Handshakes with Zebra peers over a PeerTransport.
  • A peer connection service wrapper type to handle load tracking and provide access to the reported protocol version.
  • Watches for chain tip height updates to determine the minimum supported peer protocol version.
  • priority 🔒
    Prioritizing outbound peer connections based on peer attributes.