bufferbloat in the fediverse
bufferbloat in the fediverse
Posted Dec 1, 2022 3:15 UTC (Thu) by mtaht (guest, #11087)In reply to: bufferbloat in the fediverse by crschmidt
Parent article: Microblogging with ActivityPub
I really disagree with that. Any sizable upload or download will induce noticable load on the network once that file begins to transfer. Moderating the impact of that with (as one example, disabling ecn and enabling bbr) is three lines in sysctl.conf or more simply, by
propagating a file into /etc/sysctl.d/10-lowerbloat.conf
propagating a file into /etc/sysctl.d/10-lowerbloat.conf
net.core.default_qdisc=fq_codel
net.ipv4.tcp_congestion_control=bbr
net.ipv4.tcp_ecn=0
why is it so hard to get folk to do that much?
Sure, measuring what happens via tcpdump, etc takes a bit of time, but nothing compared to how immediately I would hope these lines would help the fediverse.
