Skip to content

Commit f4df65c

Browse files
committed
sysctl.d: Remove more network configs
It's just completely broken Link: https://discuss.cachyos.org/t/command-to-permanently-accept-changes-to-system/6616/ Signed-off-by: Eric Naim <[email protected]>
1 parent 7154b51 commit f4df65c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ kernel.kexec_load_disabled = 1
4545
# May help prevent losing packets
4646
net.core.netdev_max_backlog = 4096
4747

48-
# Disable TCP slow start after idle
49-
# Helps kill persistent single connection performance
50-
net.ipv4.tcp_slow_start_after_idle = 0
51-
52-
# Protect against tcp time-wait assassination hazards, drop RST packets for sockets in the time-wait state. Not widely supported outside of Linux, but conforms to RFC:
53-
net.ipv4.tcp_rfc1337 = 1
54-
5548
# Set size of file handles and inode cache
5649
fs.file-max = 2097152
5750

0 commit comments

Comments
 (0)