0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-07 20:15:29 +00:00
Files
packages/net/dnsproxy/files/dnsproxy.sysctl
Tianling Shen bd4e40fb04 dnsproxy: Update to 0.75.5
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>
2025-05-17 21:40:49 +08:00

4 lines
106 B
Plaintext

# quic-go expects larger UDP send/receive buffers
net.core.rmem_max = 7500000
net.core.wmem_max = 7500000