Skip to content

Commit

Permalink
etc: Use 7MiB buffer size (#9524)
Browse files Browse the repository at this point in the history
### Purpose

In preparation for quic-go v0.43.0. see
quic-go/quic-go#4455
  • Loading branch information
otbutz committed May 1, 2024
1 parent ebb1edc commit ec3e474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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

0 comments on commit ec3e474

Please sign in to comment.