mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-30 04:03:16 -04: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
|