Skip to main content

Module config

Module config 

Source
Expand description

Configuration logic for tor-ptmgr.

Structs§

ManagedTransportOptions 🔒
A pluggable transport that is run as an external process that we launch and monitor.
TransportConfig
A single pluggable transport.
TransportConfigBuilder
A builder to create an instance of 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.