Skip to content

Commit ab0dcb2

Browse files
1Naimptr1337
authored andcommitted
sysctl: Remove net.ipv4.tcp_syncookies
This is the default value. No reason to enforce a default, especially if its in a package where it can be overrided anyway from /etc or from cmdline. Signed-off-by: Eric Naim <[email protected]>
1 parent cf85034 commit ab0dcb2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ 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 SYN cookie protection
53-
# Helps protect against SYN flood attacks. Only kicks in when net.ipv4.tcp_max_syn_backlog is reached:
54-
net.ipv4.tcp_syncookies = 1
55-
5652
# TCP Enable ECN Negotiation by default
5753
net.ipv4.tcp_ecn = 1
5854

0 commit comments

Comments
 (0)