aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorotbutz <tbutz@optitool.de>2024-05-01 10:03:07 +0200
committerGitHub <noreply@github.com>2024-05-01 10:03:07 +0200
commitec3e474a53201f508e07f14a8fe409fe1879327a (patch)
tree2fefad92f26d45b78cd5daff82f872165eced72b
parentebb1edc652b284c85c5952208b7bdfd279d32189 (diff)
downloadsyncthing-main.tar.gz
syncthing-main.zip
etc: Use 7MiB buffer size (#9524)HEADrelease-nightlymain
### Purpose In preparation for quic-go v0.43.0. see https://github.com/quic-go/quic-go/pull/4455
-rw-r--r--etc/linux-sysctl/30-syncthing.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/linux-sysctl/30-syncthing.conf b/etc/linux-sysctl/30-syncthing.conf
index 6a364618b..08cfb20f5 100644
--- a/etc/linux-sysctl/30-syncthing.conf
+++ b/etc/linux-sysctl/30-syncthing.conf
@@ -1,4 +1,4 @@
-# Increase maximum socket buffer sizes to 2.5MiB for QUIC connections
+# 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 = 2621440
-net.core.wmem_max = 2621440
+net.core.rmem_max = 7340032
+net.core.wmem_max = 7340032