Module protos

Module protos 

Source
Expand description

Protocols used by the iroh-relay

Modulesยง

common
Common types between the super::handshake and super::relay protocols.
handshake
Implements the handshake protocol that authenticates and authorizes clients connecting to the relays.
relay
This module implements the send/recv relaying protocol.
streams
Implements logic for abstracting over a websocket stream that allows sending only [Bytes]-based messages.