Expand description
Protocols used by the iroh-relay
Modulesยง
- common
- Common types between the
super::handshakeandsuper::relayprotocols. - 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.