mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-15 18:08:45 -07:00
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
This commit is contained in:
parent
ebb1edc652
commit
ec3e474a53
@ -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
|
# see https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
|
||||||
net.core.rmem_max = 2621440
|
net.core.rmem_max = 7340032
|
||||||
net.core.wmem_max = 2621440
|
net.core.wmem_max = 7340032
|
||||||
|
Loading…
Reference in New Issue
Block a user