mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
# Increase maximum socket buffer sizes to 2.5MiB for QUIC connections
|
|
# see https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
|
|
net.core.rmem_max = 2621440
|
|
net.core.wmem_max = 2621440
|