Documentation ¶
Index ¶
Constants ¶
View Source
const (
DetermRandIter = ccrypto.DetermRandIter
)
View Source
const ProtocolVersion = "chisel-v3"
ProtocolVersion of chisel. When backwards incompatible changes are made, this will be incremented to signify a protocol mismatch.
Variables ¶
View Source
var ( NewDetermRand = ccrypto.NewDetermRand GenerateKey = ccrypto.GenerateKey FingerprintKey = ccrypto.FingerprintKey Pipe = cio.Pipe NewLoggerFlag = cio.NewLoggerFlag NewLogger = cio.NewLogger Stdio = cio.Stdio DecodeConfig = settings.DecodeConfig DecodeRemote = settings.DecodeRemote NewUsers = settings.NewUsers NewUserIndex = settings.NewUserIndex UserAllowAll = settings.UserAllowAll ParseAuth = settings.ParseAuth NewRWCConn = cnet.NewRWCConn NewWebSocketConn = cnet.NewWebSocketConn NewHTTPServer = cnet.NewHTTPServer GoStats = cos.GoStats SleepSignal = cos.SleepSignal NewTCPProxy = tunnel.NewProxy )
View Source
var BuildVersion = "0.0.0-src"
Functions ¶
Types ¶
type HTTPServer ¶
type HTTPServer = cnet.HTTPServer
Click to show internal directories.
Click to hide internal directories.