Expand description
Configuration logic for tor-ptmgr.
Structs§
- Managed
Transport 🔒Options managed-pts
- A pluggable transport that is run as an external process that we launch and monitor.
- Transport
Config - A single pluggable transport.
- Transport
Config Builder - Builder for
TransportConfig
. - Unmanaged
Transport 🔒Options - A pluggable transport running on a local port, not controlled by Arti.
Enums§
- Transport
Options 🔒 - The pluggable transport structure used internally. This is more type-safe than working with
TransportConfig
directly, since we can’t changeTransportConfig
as it’s part of the public API.