Expand description
Code related to tunnel object that wraps the tor-proto tunnel.
These tunnel types are part of the public API.
Macrosยง
- derive_
deftly_ ๐template_ Base Tunnel - derive_
deftly_ ๐template_ Data Tunnel - derive_
deftly_ ๐template_ DirTunnel - derive_
deftly_ ๐template_ DnsTunnel - derive_
deftly_ ๐template_ Multi Path Tunnel - derive_
deftly_ ๐template_ Onion Service Data Tunnel - derive_
deftly_ ๐template_ Single Path Tunnel
Structsยง
- Client
Data Tunnel - A client single path data tunnel.
- Client
DirTunnel - A client directory tunnel. This is always single path.
- Client
Multi Path Data Tunnel - A client multi path data tunnel (Conflux).
- Client
Multi Path Onion Service Data Tunnel - A client multi path onion service data tunnel (Conflux, Rendeszvous).
- Client
Onion Service Data Tunnel - A client onion service single path data tunnel.
- Client
Onion Service DirTunnel - A client onion service directory tunnel (to an HSDir). This is always single path.
- Client
Onion Service Intro Tunnel - A client onion service introduction tunnel. This is always single path.
- Service
Multi Path Onion Service Data Tunnel - A service multi path onion service data tunnel (Conflux, Rendeszvous).
- Service
Onion Service Data Tunnel - A service onion service single path data tunnel.
- Service
Onion Service DirTunnel - A service onion service directory tunnel (to an HSDir). This is always single path.
- Service
Onion Service Intro Tunnel - A service onion service introduction tunnel. This is always single path.