Folks, As we know, the 3.x kernels have higher TCP default connection values, such as initcwnd and initrwnd. For 2.x friends, is there a way to set these in /etc/sysctl.conf instead of the ip route way?
Instead of the following:
sudo ip route change default via 192.168.1.1 dev eth0 proto static initcwnd 10
Is there a way to set the same in /etc/sysctl.conf?
Thanks