Add toggle for default TCP algorithm (#210)
* Make YEAH default closes #172 * Make default TCP algorithm choice a config toggle * Add Vegas TCP algorithm, fix westwood * Simplify TCP alg choice code * tcp algs: fix mistake from copy-pasta
This commit is contained in:
committed by
GitHub
parent
146a07f7bd
commit
de79aadd81
@@ -189,6 +189,12 @@ _aggressive_ondemand="true"
|
||||
# https://github.com/Tk-Glitch/PKGBUILDS/issues/263
|
||||
_disable_acpi_cpufreq=""
|
||||
|
||||
# [Advanced] Default TCP IPv4 algorithm to use. Options are: "yeah", "bbr", "cubic", "reno", "vegas" and "westwood". Leave empty if unsure.
|
||||
# This config option will not be prompted
|
||||
# Can be changed at runtime with the command line `# echo "$name" > /proc/sys/net/ipv4/tcp_congestion_control` where $name is one of the options above.
|
||||
# Default (empty) and fallback : cubic
|
||||
_tcp_cong_alg=""
|
||||
|
||||
# You can pass a default set of kernel command line options here - example: "intel_pstate=passive nowatchdog amdgpu.ppfeaturemask=0xfffd7fff mitigations=off"
|
||||
_custom_commandline="intel_pstate=passive"
|
||||
|
||||
|
Reference in New Issue
Block a user