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