diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-08-21 10:34:02 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-08-21 10:34:02 +0200 |
| commit | c19dbc6090bf404c699b9f65d3a2a8f5b813faf7 (patch) | |
| tree | af1fe992bb579cc0b15128c7257ab7c8c9c281ff /hosts/vidhar | |
| parent | 74d98946fa869e2280f4eee75aec3bbbe284a897 (diff) | |
| download | nixos-c19dbc6090bf404c699b9f65d3a2a8f5b813faf7.tar nixos-c19dbc6090bf404c699b9f65d3a2a8f5b813faf7.tar.gz nixos-c19dbc6090bf404c699b9f65d3a2a8f5b813faf7.tar.bz2 nixos-c19dbc6090bf404c699b9f65d3a2a8f5b813faf7.tar.xz nixos-c19dbc6090bf404c699b9f65d3a2a8f5b813faf7.zip | |
...
Diffstat (limited to 'hosts/vidhar')
| -rw-r--r-- | hosts/vidhar/network/pppoe/default.nix | 2 |
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 | }; |
