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.