From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7 Description of problem: When setting up new tcp connections the window size of the connection is very small (between 5000 & 8000). This causes network transfers on lan gigabit connections not to reach their full speed. Furthermore the problem is magnitudes worse on high bandwidth / high latency wan connections where tcp window size is important to offset the latency. We tried bumping our tcp_rmem/tcp_wmem/wmem_max/rmem_max and other related parameters, as well as tcp_adv_win_scale, tcp_app_win & tcp_window_scaling but to no avail. Version-Release number of selected component (if applicable): kernel-2.4.21-27.EL How reproducible: Always Steps to Reproduce: 1. use any program that communitaces over tcp (ftp, web browser, whatever) 2. tcpdump the connection which the program makes 3. see how the tcp window size never gets about 9000, or even changes after the initial connection is made Actual Results: slow network throughput Expected Results: the window size should be set to something sane, like 64K or higher. For our wan applications we even need up to 256K window size, so the window scaling option should function as well (needed for window sizes about 64K) Additional info: use ethereal to extract the useful information out of tcpdump files. If you need sample tcpdumps we can provide those as well. problem exists in kernel-2.4.21-20.EL as well.
Created attachment 120252 [details] tcpdump example 1 This is an example tcpdump, it includes the first 10 packets of a connection. The window size does not change over the course of the connection.
Created attachment 120253 [details] tcpdump example 2 This is another example tcpdump, it includes the first 10 packets of a connection. The window size does not change over the course of the connection.
Are there any updates on this issue? // nick
We're seeing the same thing in the following kernels: 2.4.21-37.0.1.ELsmp 2.4.21-40.ELsmp No matter what bits are flipped, it seems almost impossible to get a wscale value of 5 or higher. RHELv3 always seems to advertise a wcale of 0 which limits the windows to smaller than 256K. This is a *real* problem for those of us that operate systems that communicate over high-bandwidth, high-latency links (think satellites). David Bogen david.bogen.edu
This bug is filed against RHEL 3, which is in maintenance phase. During the maintenance phase, only security errata and select mission critical bug fixes will be released for enterprise products. Since this bug does not meet that criteria, it is now being closed. For more information of the RHEL errata support policy, please visit: http://www.redhat.com/security/updates/errata/ If you feel this bug is indeed mission critical, please contact your support representative. You may be asked to provide detailed information on how this bug is affecting you.