Expand description
Implementation for the introduce-and-rendezvous handshake.
StructsΒ§
- Intro
Request π - A decrypted request from an onion service client which we can choose to answer (or not).
- Open
Session π - An open session with a single client.
- Request
Filter π - Filter callback used to enforce early requirements on streams.
EnumsΒ§
- Establish
Session Error - An error produced while trying to connect to a rendezvous point and open a session with a client.
- Intro
Request Error - An error produced while trying to process an introduction request we have received from a client via an introduction point.
TraitsΒ§
- Rend
Circ πConnector - Dyn-safe trait to represent a
HsCircPool
.