mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-07-05 02:39:51 +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