How do I know which tcp flavor is used in Fedora/Ubuntu?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Download the kernel source and look? Of course I don't believe that Ubuntu or Fedora or doing much different with TCP versus the official kernel |
|||
|
|
|
The congestion control algorithm used is set using the sysctl variable net.ipv4.tcp_congestion_control, which is set to cubic or reno by default, depending on which version of the 2.6 kernel you are using. So you can get the current tcp protocol used by typing the following command, sysctl net.ipv4.tcp_congestion_control |
|||||
|