Module zebra_network::peer::connector

source ·
Expand description

Wrapper around handshake logic that also opens a TCP connection.

Structs§

  • A wrapper around Handshake that opens a TCP connection before forwarding to the inner handshake service. Writing this as its own [tower::Service] lets us apply unified timeout policies, etc.
  • A connector request. Contains the information needed to make an outbound connection to the peer.