syncthing/etc/linux-sysctl/30-syncthing.conf

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