Versions in this module Expand all Collapse all v1 v1.0.0 Feb 27, 2020 Changes in this version + func ClientSetup(termMon *termmon.TermMonitor, target string) bool + func ServerSetup(termMon *termmon.TermMonitor, bindaddrString string, target string) bool + type ConnState struct + Conn *net.Conn + Waiting bool + func NewConnState() ConnState + type ConnTracker map[string]ConnState