aboutsummaryrefslogtreecommitdiff
path: root/etc/linux-sysctl/30-syncthing.conf
blob: 6a364618b4792f8c55da93d9ca36cf440bf109a2 (plain)
1
2
3
4
# 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