# Functions
No description provided by the author
No description provided by the author
No description provided by the author
GetTunnels - singleton function that returns or initializes all tunnels.
NewTunnelIO - Single entry point for creating instance of new TunnelIO.
TunnelLoop - Parses incoming tunnel messages and distributes them to session/tunnel objects Expected to be called only once during initialization.
# Variables
SessionID -> CursedProcess.
Portfwds - Struct instance that holds all the portfwds.
ReactableEvents - A list of reactionable events.
Reactions - Manages/tracks reactions.
No description provided by the author
SocksProxies - Struct instance that holds all the portfwds.
No description provided by the author
# Structs
No description provided by the author
ChannelProxy binds the Sliver Tunnel to a net.Conn object one ChannelProxy per port bind.
No description provided by the author
Portfwd - Tracks portfwd<->tcpproxy.
PortfwdMeta - Metadata about a portfwd listener.
Reaction - Metadata about a portfwd listener.
SocksProxy - Tracks portfwd<->tcpproxy.
PortfwdMeta - Metadata about a portfwd listener.
No description provided by the author
TunnelIO - Duplex data tunnel, compatible with both io.ReadWriter.