LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Changing TCP initial congestion window (https://www.linuxquestions.org/questions/linux-networking-3/changing-tcp-initial-congestion-window-904616/)

prafulnama 09-23-2011 09:24 AM

Changing TCP initial congestion window
 
Hello, based on the discussion in http://research.google.com/pubs/pub36640.html, I'd like to change the initial congestion window on a few of my Linux boxes. One way of doing that is by using the 'ip route change' command - something like 'ip route change default via <default gw> dev eth0 metric 100 initcwnd 10'

I was wondering if there is a more generic way of doing this, without having to specify a specific route so that I affects all routes.

Thanks!

macemoneta 09-23-2011 09:55 AM

The default has been increased in 2.6.39 and later kernels.

prafulnama 09-23-2011 10:23 AM

Unfortunately, the servers that I need to do this on are running 2.6.18. Also, if I change this using the 'ip route change' command, how do I make it persistent? One option is to add the command to /etc/rc.local but isn't there a way to specify this in /etc/sysconfig... or something? Thanks!


All times are GMT -5. The time now is 12:50 AM.