mirror of
https://github.com/openwrt/packages.git
synced 2025-07-07 20:15:29 +00:00
Add sysctl conf to increase UDP send/receive buffers for QUIC-GO.
Same as a920f9ec9c
("adguardhome: increase UDP send/receive buffers").
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
# quic-go expects larger UDP send/receive buffers
|
|
net.core.rmem_max = 7500000
|
|
net.core.wmem_max = 7500000
|