blob: 27dfc84190947b3a4935a6af30d92149477cefd8 [file] [log] [blame]
# /etc/sysctl.conf
# Look in /proc/sys/ for all the things you can setup.
#
# Enables source route verification
net.ipv4.conf.default.rp_filter = 1
# Enable reverse path
net.ipv4.conf.all.rp_filter = 1
# Disable shrinking the cwnd when connection is idle
net.ipv4.tcp_slow_start_after_idle = 0