Module handshaker

Source
Expand description

Handshake Module

This module contains a HandShaker which is a Service that takes an open connection and attempts to complete a handshake with them.

This module also contains a ping function that can be used to check if an address is reachable.

Re-exports§

pub use builder::HandshakerBuilder;

Modules§

builder

Structs§

DoHandshakeRequest
A request to complete a handshake.
HandShaker
The peer handshaking service.

Enums§

HandshakeError

Functions§

ping
Send a ping to the requested peer and wait for a response, returning the peer_id.