mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-23 05:25:02 -04:00
switch to fq as the default qdisc
This commit is contained in:
parent
2db3740436
commit
b01dfbb947
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ net.ipv6.conf.*.accept_redirects = 0
|
|||
net.ipv4.conf.default.rp_filter = 0
|
||||
net.ipv4.conf.*.rp_filter = 0
|
||||
|
||||
net.core.default_qdisc = fq
|
||||
|
||||
# use BBR and disable ECN since BBRv1 doesn't support it
|
||||
net.ipv4.tcp_congestion_control = bbr
|
||||
net.ipv4.tcp_ecn = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue