Module snocat::common::tunnel_source[][src]

Expand description

Sources both listen- and connection-based tunnels

Structs

DynamicStreamSet

A strict wrapper for StreamMap that requires boxing of the items and handles locking for updates Can be used to merges outputs from a runtime-editable set of endpoint ports

DynamicStreamSetHandle
NamedBoxedStream

Structure used to hold boxed streams which have an ID associated with them

QuinnListenEndpoint

Type Definitions

DynamicConnectionSet

A set of connections / endpoints that can be updated dynamically, to allow runtime addition and removal of connections / “Tunnel sources” to those being handled by a tunnel server.