net.ipv4.conf.all.rp_filter = 0 net.ipv4.conf.default.rp_filter = 0 Maybe these would help with optimizations net.ipv4.tcp_syncookies = 0 Just learning but wondering why only tcp forwarding sysctl is enabled.
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.default.rp_filter = 0
Maybe these would help with optimizations
net.ipv4.tcp_syncookies = 0
Just learning but wondering why only tcp forwarding sysctl is enabled.