binutils: update to 2.43.1
[openadk.git] / package / base-files / src / etc / sysctl.conf
blob51bccf6b037ba703780f0eb5363cd4650f9ce1b2
1 # Disables the magic-sysrq key
2 #kernel.sysrq = 0
3 # When the kernel panics, automatically reboot in 3 seconds
4 #kernel.panic = 3
5 # Enable packet forwarding
6 #net.ipv4.ip_forward = 1
7 #net.ipv6.conf.all.forwarding = 1
8 # Disables IP dynaddr
9 #net.ipv4.ip_dynaddr = 0
10 # Disable ECN
11 #net.ipv4.tcp_ecn = 0
12 # Enables source route verification
13 net.ipv4.conf.default.rp_filter = 1
14 # Enable reverse path
15 net.ipv4.conf.all.rp_filter = 1
16 # Enable SYN cookies
17 #net.ipv4.tcp_syncookies = 1