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
.