mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-26 02:01:11 -04: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
|