10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
|
#
|
||
|
# Increase the maximum UDP Buffer size to prevent dropping
|
||
|
# incoming packaets by the kernel
|
||
|
#
|
||
|
# https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
|
||
|
#
|
||
|
|
||
|
net.core.rmem_max=7500000
|
||
|
net.core.wmem_max=7500000
|