Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LogNaxSize = or(1024*1024, 1024*256) LogMaxFile = or(5, 0) DNSCache = or[uint](1024, 256) ProcessDumper = or(true, false) Timeout = time.Second * 20 SnifferBufferSize = pool.DefaultSize UDPBatchSize = 8 MaxUDPUnprocessedPackets = 250 UDPBufferSize = atomicx.NewValue(2048) RelayBufferSize = atomicx.NewValue(4096) DNSProcessThread = atomicx.NewValue(4) MPTCP = false UDPChannelBufferSize = 2500 IPv6 = atomicx.NewValue(true) // resolver fake ip or inbound fake ip enable FakeIPEnabled = atomicx.NewValue(false) HistorySize = or[uint](1000, 500) )
View Source
var Lite = os.Getenv("YUHAIIN_LITE") == "true"
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.