fix(ops/whitby): Set tcp congestion control to bbr

Some quick testing shows that this improves my data transfer speed to
whitby by roughly 200%.

Change-Id: Id94de975b1ae0930f8d0fe038582dbac0037676c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2659
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: lukegb <lukegb@tvl.fyi>
Reviewed-by: ben <tvl@benjojo.co.uk>
This commit is contained in:
Griffin Smith 2021-03-25 19:44:08 -04:00 committed by glittershark
parent a040c55d35
commit f2963cffcd

View file

@ -77,6 +77,10 @@ in lib.fix(self: {
};
};
kernel.sysctl = {
"net.ipv4.tcp_congestion_control" = "bbr";
};
loader.grub = {
enable = true;
version = 2;