mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-17 10:35:11 +00:00
4 lines
180 B
Plaintext
4 lines
180 B
Plaintext
|
# Increase maximum receive socket buffer size to 2MiB for QUIC connections
|
||
|
# see https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size
|
||
|
net.core.rmem_max = 2097152
|