zebra_network::peer

Module 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.