2024-05-01 08:03:07 +00:00
|
|
|
# Increase maximum socket buffer sizes to 7MiB for QUIC connections
|
2023-06-28 05:05:12 +00:00
|
|
|
# see https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
|
2024-05-01 08:03:07 +00:00
|
|
|
net.core.rmem_max = 7340032
|
|
|
|
net.core.wmem_max = 7340032
|