Use tcp_bbr congestion algorithm on Ubuntu focal
This commit is contained in:
@@ -1660,7 +1660,7 @@ def pre_stack(self):
|
|||||||
'sysctl.mustache', data, True)
|
'sysctl.mustache', data, True)
|
||||||
# use tcp_bbr congestion algorithm only on new kernels
|
# use tcp_bbr congestion algorithm only on new kernels
|
||||||
if (WOVar.wo_platform_codename == 'bionic' or
|
if (WOVar.wo_platform_codename == 'bionic' or
|
||||||
WOVar.wo_platform_codename == 'disco' or
|
WOVar.wo_platform_codename == 'focal' or
|
||||||
WOVar.wo_platform_codename == 'buster'):
|
WOVar.wo_platform_codename == 'buster'):
|
||||||
try:
|
try:
|
||||||
WOShellExec.cmd_exec(
|
WOShellExec.cmd_exec(
|
||||||
|
|||||||
Reference in New Issue
Block a user