Versions in this module Expand all Collapse all v1 v1.0.0 Apr 15, 2019 Changes in this version + type Tunnel interface + Disconnect func() + IsConnected func() bool + SetUDPEnabled func(isUDPEnabled bool) + Write func(data []byte) (int, error) + func NewTunnel(host string, port uint16, isUDPEnabled bool, tunWriter io.WriteCloser) (Tunnel, error)