Expand description
Infrastructure required to support managed PTs.
Structsยง
- PtReactor ๐
- Background reactor to handle managing pluggable transport binaries.
Enumsยง
- PtReactor
Message ๐ - A message to the
PtReactor.
Functionsยง
- pt_
identifier ๐ - Given a path to a binary for a pluggable transport, return an identifier for that binary in human-readable form.
- pt_
identifier_ ๐as_ path - Given a path to a binary for a pluggable transport, return an identifier for that binary in a format that can be used as a path component.
- spawn_
from_ ๐config - Spawn a managed
PluggableTransportusing aManagedTransportOptions.
Type Aliasesยง
- Spawn
Result ๐ - The result of a spawn attempt: the list of transports the spawned binary covers, and the result.