mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-01 16:59:58 +00:00
bump DefaultMaxIncomingStreams to 4096
This commit is contained in:
parent
a28d5a5677
commit
7ba81612f8
@ -11,7 +11,7 @@ const (
|
|||||||
|
|
||||||
DefaultMaxReceiveStreamFlowControlWindow = 33554432
|
DefaultMaxReceiveStreamFlowControlWindow = 33554432
|
||||||
DefaultMaxReceiveConnectionFlowControlWindow = 67108864
|
DefaultMaxReceiveConnectionFlowControlWindow = 67108864
|
||||||
DefaultMaxIncomingStreams = 1024
|
DefaultMaxIncomingStreams = 4096
|
||||||
|
|
||||||
tlsProtocolName = "hysteria"
|
tlsProtocolName = "hysteria"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user