aboutsummaryrefslogtreecommitdiff
path: root/etc/linux-sysctl/30-syncthing.conf
blob: 08cfb20f51caf2587bdb435b2dc5265b5ce40d94 (plain)
1
2
3
4
# Increase maximum socket buffer sizes to 7MiB for QUIC connections
# see https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
net.core.rmem_max = 7340032
net.core.wmem_max = 7340032