LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Configure & Verify TCP Window Scaling (https://www.linuxquestions.org/questions/linux-networking-3/configure-and-verify-tcp-window-scaling-916491/)

utkarshrawat 11-30-2011 10:08 PM

Configure & Verify TCP Window Scaling
 
Is there any command in linux to Configure, Verify TCP Window Scaling

unSpawn 12-01-2011 05:09 PM

If '(sudo) sysctl net.ipv4.tcp_moderate_rcvbuf' returns 1 then the kernel automagically tunes the necessary buffers so you don't need to muck with tcp_rmem, tcp_wmem and the like. (Linux enables TCP Windows Scaling by default since 2004.) If autotuning is enabled and '(sudo) sysctl net.ipv4.tcp_moderate_rcvbuf' returns 1 then the TCP window size is autotuned as well. (See the standard http://www.psc.edu/networking/projects/tcptune/ and http://www.frozentux.net/ipsysctl-tu...l#TCPVARIABLES texts.)


All times are GMT -5. The time now is 10:27 PM.