mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
9 lines
175 B
Go
9 lines
175 B
Go
package forwarder
|
|
|
|
const (
|
|
TLSAppProtocol = "hysteria-forwarder"
|
|
|
|
defaultReceiveWindowConn = 33554432
|
|
defaultReceiveWindow = 67108864
|
|
defaultMaxClientConn = 100
|
|
)
|