nixpkgs/pkgs
Michael Weiss 60f4345e37
linux config: Set TCP_CONG_CUBIC=yes to restore the default
This will switch the default TCP congestion control algorithm from
new Reno to CUBIC. CUBIC is the default since Linux kernel 2.6.19
(see 597811ec167fa) and most (all?) distributions keep this default
(e.g. Debian and Ubuntu). On NixOS the default was still new Reno
because generate-config.pl changes TCP_CONG_CUBIC from y to m (since we
try to build everything as a module by default).

To check the active and available algorithms:
$ sysctl net.ipv4.tcp_congestion_control
net.ipv4.tcp_congestion_control = cubic
$ sysctl net.ipv4.tcp_available_congestion_control
net.ipv4.tcp_available_congestion_control = cubic reno

Note: E.g. x86_64_defconfig sets TCP_CONG_CUBIC=y indirectly via
CONFIG_TCP_CONG_ADVANCED=y (but CUBIC is also the default if set to no,
see net/ipv4/Kconfig).
2020-03-02 10:57:47 +01:00
..
applications Merge staging-next into staging 2020-02-29 15:29:45 +01:00
build-support Merge staging-next into staging 2020-02-29 15:29:45 +01:00
common-updater common-updater-scripts: Fix replacing SRI hashes 2020-02-20 07:18:36 +01:00
data Merge pull request #79776 from emilazy/update-source-han-fonts 2020-02-29 15:07:06 +03:00
desktops Merge master into staging-next 2020-02-29 15:29:11 +01:00
development python2Packages.setuptools: freeze at 44.0.0 2020-03-01 21:29:28 -08:00
games Address PR comments 2020-02-28 18:50:12 +01:00
misc vimPlugins.deoplete-phpactor: init at 2019-02-22 2020-02-28 01:04:39 +01:00
os-specific linux config: Set TCP_CONG_CUBIC=yes to restore the default 2020-03-02 10:57:47 +01:00
servers Merge master into staging-next 2020-02-29 15:29:11 +01:00
shells oh-my-zsh: 2020-02-26 -> 2020-02-28 2020-02-28 15:33:12 -05:00
stdenv make-bootstrap-tools: fixup after glibc update 2020-02-10 17:31:35 +01:00
test tests.nixos-functions: port test to python 2020-02-09 23:53:58 +01:00
tools Merge master into staging-next 2020-02-29 15:29:11 +01:00
top-level python2Packages.setuptools: freeze at 44.0.0 2020-03-01 21:29:28 -08:00