mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(cloudflared): udp buffer sizes
This commit is contained in:
parent
2810d4d54c
commit
565e518427
2 changed files with 13 additions and 2 deletions
|
|
@ -2,3 +2,6 @@ net.ipv6.conf.vmbr0.disable_ipv6=0
|
|||
net.ipv6.conf.vmbr0.use_tempaddr=1
|
||||
net.ipv6.conf.vmbr0.accept_ra_rt_info_max_plen=128
|
||||
net.ipv4.ping_group_range=0 2147483647
|
||||
# https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
|
||||
net.core.rmem_max=2500000
|
||||
net.core.wmem_max=2500000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue