Skip to content

Commit e262371

Browse files
committed
sysctl: Clarify net.ipv4.tcp_ecn value
The default value of `2` already enables ECN, but only for outgoing connections. A value of `1` enables it for incoming connections too. Signed-off-by: Eric Naim <[email protected]>
1 parent 10f6b8b commit e262371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/lib/sysctl.d/99-cachyos-settings.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kernel.kexec_load_disabled = 1
4949
# Using the value 3 instead of the default 1 allows TCP Fast Open for both incoming and outgoing connections:
5050
net.ipv4.tcp_fastopen = 3
5151

52-
# TCP Enable ECN Negotiation by default
52+
# TCP Enable ECN Negotiation for both outgoing and incoming connections
5353
net.ipv4.tcp_ecn = 1
5454

5555
# TCP Reduce performance spikes

0 commit comments

Comments
 (0)