Expand description
Implementations for the channel handshake
Structs§
- Outbound
Client Handshake - A raw client channel on which nothing has been done.
- Unverified
Channel - A client channel on which versions have been negotiated and the relay’s handshake has been read, but where the certs have not been checked.
- Verified
Channel - A client channel on which versions have been negotiated, relay’s handshake has been read, but the client has not yet finished the handshake.
Enums§
- Handshake
Msg 🔒 - A restricted subset of ChanMsg that can arrive during a handshake.
Statics§
- LINK_
PROTOCOLS 🔒 - A list of the link protocols that we support.
Functions§
- codec_
err_ 🔒to_ handshake - Convert a CodecError to an Error, under the context that it occurs while doing a channel handshake.