Skip to main content

Module managed

Module managed 

Source
Expand description

Infrastructure required to support managed PTs.

Structsยง

PtReactor ๐Ÿ”’
Background reactor to handle managing pluggable transport binaries.

Enumsยง

PtReactorMessage ๐Ÿ”’
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 PluggableTransport using a ManagedTransportOptions.

Type Aliasesยง

SpawnResult ๐Ÿ”’
The result of a spawn attempt: the list of transports the spawned binary covers, and the result.