mirror of
https://github.com/openwrt/packages.git
synced 2025-07-20 14:49:13 +00:00
Link: https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes Signed-off-by: George Sapkin <george@sapk.in>
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
|