UpTheCreek asked:
Does anyone know how to check the current value of initcwnd
? (particularly on Debian [Squeeze])
I’ve searched, but can’t find a definitive answer to this. I haven’t changed it, but may want to depending on it’s current setting.
My answer:
Get the source code of your running kernel and inspect include/net/tcp.h
. There you will find:
/* TCP initial congestion window */
#define TCP_INIT_CWND 10
This being the default value, and rarely changed even in userland, it isn’t otherwise exposed.
View the full question and any other answers on Server Fault.
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.