TUN-7468: Increase the limit of incoming streams

This commit is contained in:
João Oliveirinha
2023-06-14 16:35:39 +01:00
parent 5693ba524b
commit 20e36c5bf3
2 changed files with 5 additions and 2 deletions

View File

@@ -39,6 +39,9 @@ const (
HandshakeIdleTimeout = 5 * time.Second
MaxIdleTimeout = 5 * time.Second
MaxIdlePingPeriod = 1 * time.Second
// MaxIncomingStreams is 2^60, which is the maximum supported value by Quic-Go
MaxIncomingStreams = 1 << 60
)
// RequestServerStream is a stream to serve requests