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