From c8a70deb8df24f976d4118ca00de1aa84d297a97 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 7 Nov 2020 10:15:58 +0100 Subject: [PATCH] Use tcp_bbr congestion algorithm on Ubuntu focal --- wo/cli/plugins/stack_pref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack_pref.py b/wo/cli/plugins/stack_pref.py index ca619a9..bc4e755 100644 --- a/wo/cli/plugins/stack_pref.py +++ b/wo/cli/plugins/stack_pref.py @@ -1660,7 +1660,7 @@ def pre_stack(self): 'sysctl.mustache', data, True) # use tcp_bbr congestion algorithm only on new kernels if (WOVar.wo_platform_codename == 'bionic' or - WOVar.wo_platform_codename == 'disco' or + WOVar.wo_platform_codename == 'focal' or WOVar.wo_platform_codename == 'buster'): try: WOShellExec.cmd_exec(