From a345f31d5fea5d2a9ce224ba74056ffdb92f1442 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 30 Dec 2023 12:32:41 -0800 Subject: [PATCH] feat: Enable MTU Probing matching upstream --- .../desktop/shared/usr/lib/sysctl.d/75-networking.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system_files/desktop/shared/usr/lib/sysctl.d/75-networking.conf b/system_files/desktop/shared/usr/lib/sysctl.d/75-networking.conf index addf2b9a..ac0099ba 100644 --- a/system_files/desktop/shared/usr/lib/sysctl.d/75-networking.conf +++ b/system_files/desktop/shared/usr/lib/sysctl.d/75-networking.conf @@ -1,2 +1,3 @@ net.core.default_qdisc=fq -net.ipv4.tcp_congestion_control=bbr \ No newline at end of file +net.ipv4.tcp_congestion_control=bbr +net.ipv4.tcp_mtu_probing=true