Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ConfigBaseDir - the project config dir ConfigBaseDir string // SSHHostKeyFileName - simple ssh ras private key file name SSHHostKeyFileName string = "ssh_host_rsa_key" // StdoutReadyTrigger - if stdiotunnel echo this string, then server ready StdoutReadyTrigger string = "::stdiotunnel-server-ready::" // MaxVirtualConnection - max virtual connection count MaxVirtualConnection = uint16(math.MaxUint16 - 1) // EnableTraceLog - whether enable trace log EnableTraceLog = false )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.