We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac6c45 commit f45b3a1Copy full SHA for f45b3a1
quic/v3/session.go
@@ -26,7 +26,7 @@ const (
26
// The maximum amount of datagrams a session will queue up before it begins dropping datagrams.
27
// This channel buffer is small because we assume that the dedicated writer to the origin is typically
28
// fast enought to keep the channel empty.
29
- writeChanCapacity = 16
+ writeChanCapacity = 512
30
31
logFlowID = "flowID"
32
logPacketSizeKey = "packetSize"
0 commit comments