Documentation ¶
Index ¶
Constants ¶
View Source
const ( OptionNone = byte(0x00) OptionData = byte(0x01) OptionError = byte(0x02) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option struct { Host string Port string Path string Headers map[string]string TLS bool SkipCertVerify bool Fingerprint string Mux bool V2rayHttpUpgrade bool V2rayHttpUpgradeFastOpen bool }
Option is options of websocket obfs
type SessionStatus ¶
type SessionStatus = byte
const ( SessionStatusNew SessionStatus = 0x01 SessionStatusKeep SessionStatus = 0x02 SessionStatusEnd SessionStatus = 0x03 SessionStatusKeepAlive SessionStatus = 0x04 )
Click to show internal directories.
Click to hide internal directories.