mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-09 05:49:54 +00:00
10 lines
175 B
Go
10 lines
175 B
Go
package forwarder
|
|
|
|
const (
|
|
TLSAppProtocol = "hysteria-forwarder"
|
|
|
|
defaultReceiveWindowConn = 33554432
|
|
defaultReceiveWindow = 67108864
|
|
defaultMaxClientConn = 100
|
|
)
|