Documentation
¶
Index ¶
Constants ¶
View Source
const ( Mtu = 1460 - (overheadEncrypt + overheadVpnHeader + overheadIpHeader + overheadUdpHeader) Mss = Mtu - (overheadTcpHeaderMax - overheadUdpHeader) )
View Source
const ( CmdData byte = 1 CmdForward byte = 2 CmdHandshake byte = 3 CmdPing byte = 4 CmdKeepAlive byte = 5 )
View Source
const Debug = false
View Source
const DebugInternalConnection = false
View Source
const PublicRouteServerAddr = "35.223.105.46:24587"
View Source
const VpnPort = 29444
Variables ¶
This section is empty.
Functions ¶
func GetClientId ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.