Module config

Source
Expand description

Configuration logic for tor-ptmgr.

Structs§

ManagedTransportOptions 🔒 managed-pts
A pluggable transport that is run as an external process that we launch and monitor.
TransportConfig
A single pluggable transport.
TransportConfigBuilder
Builder for TransportConfig.
UnmanagedTransportOptions 🔒
A pluggable transport running on a local port, not controlled by Arti.

Enums§

TransportOptions 🔒
The pluggable transport structure used internally. This is more type-safe than working with TransportConfig directly, since we can’t change TransportConfig as it’s part of the public API.