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.