mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-15 18:08:45 -07:00
ec3e474a53
### Purpose In preparation for quic-go v0.43.0. see https://github.com/quic-go/quic-go/pull/4455
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
# 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
|