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