View previous topic :: View next topic |
Author |
Message |
r.abbott Tux's lil' helper
Joined: 16 Aug 2004 Posts: 113 Location: Herat, Afghanistan
|
Posted: Thu Jan 25, 2007 2:18 am Post subject: [SOLVED]Cant load some pages; net.ipv4.tcp_default_win_scale |
|
|
I have a problem viewing any webpage from the domain www.dent.ohio-state.edu, for instance http://dent.osu.edu/ddscurriculum/courselists.htm. This is only on my AMD Sempron64 box. The page will load part-way and 'hang', seeming to wait forever for the rest to load.
This problem seems identical to one I had two or three years ago, and at that time I fixed it by adding
Quote: | net.ipv4.tcp_default_win_scale = 0 | in /etc/sysctl.conf.
Alternatively, a temporary solution was
Code: | echo 0 > /proc/sys/net/ipv4/tcp_default_win_scale |
That solution came from this article: http://lwn.net/Articles/92727/.
But tcp_default_win_scale seems to be deprecated now, as kernel 2.6.18-gentoo-r4 doesn't recognize it.
Ideas?
Last edited by r.abbott on Fri Jan 26, 2007 1:33 am; edited 1 time in total |
|
Back to top |
|
|
didymos Advocate
Joined: 10 Oct 2005 Posts: 4798 Location: California
|
Posted: Fri Jan 26, 2007 1:18 am Post subject: |
|
|
Basically, now you can only enable/disable scaling using net.ipv4.tcp_window_scaling. _________________ Thomas S. Howard |
|
Back to top |
|
|
r.abbott Tux's lil' helper
Joined: 16 Aug 2004 Posts: 113 Location: Herat, Afghanistan
|
Posted: Fri Jan 26, 2007 1:34 am Post subject: |
|
|
Thanks very much, that was the tip I needed. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|