From c19dbc6090bf404c699b9f65d3a2a8f5b813faf7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 21 Aug 2026 10:34:02 +0200 Subject: ... --- hosts/vidhar/network/pppoe/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/vidhar/network/pppoe/default.nix b/hosts/vidhar/network/pppoe/default.nix index 2eb91a4f..ffb97f10 100644 --- a/hosts/vidhar/network/pppoe/default.nix +++ b/hosts/vidhar/network/pppoe/default.nix @@ -175,6 +175,8 @@ in { "net.ipv4.conf.all.forwarding" = true; "net.ipv4.conf.default.forwarding" = true; + "net.ipv4.tcp_ecn" = 1; + "net.core.rmem_max" = 4194304; "net.core.wmem_max" = 4194304; }; -- cgit v1.2.3