summaryrefslogtreecommitdiff
path: root/hosts/vidhar/network
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/network')
-rw-r--r--hosts/vidhar/network/pppoe/default.nix2
1 files changed, 2 insertions, 0 deletions
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 {
175 "net.ipv4.conf.all.forwarding" = true; 175 "net.ipv4.conf.all.forwarding" = true;
176 "net.ipv4.conf.default.forwarding" = true; 176 "net.ipv4.conf.default.forwarding" = true;
177 177
178 "net.ipv4.tcp_ecn" = 1;
179
178 "net.core.rmem_max" = 4194304; 180 "net.core.rmem_max" = 4194304;
179 "net.core.wmem_max" = 4194304; 181 "net.core.wmem_max" = 4194304;
180 }; 182 };