瀏覽代碼

etc: Use 7MiB buffer size (#9524)

### Purpose

In preparation for quic-go v0.43.0. see
https://github.com/quic-go/quic-go/pull/4455
otbutz 1 年之前
父節點
當前提交
ec3e474a53
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      etc/linux-sysctl/30-syncthing.conf

+ 3 - 3
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