Re: Some websites do not load well on wifi



Ignoramus4611 wrote:

It is not consistent, but some sites are particularly bad. One example
could be this page:

http://millerwelds.com/products/multiprocess/

Despite many tries, it never downloaded fully.

I think that it is some kind of a networking issue, like TCP
connections not properly following the TCP resend logic, or some such.

The fact that the problem only occurs when you're using a wireless connection could indicate an MTU-related problem with your networking hardware.

Try lowering the MTU on the wireless interface ("ifconfig <your_wireless_interface> mtu 1492") and/or have iptables clamp the tcp-mss value to the MTU. ("iptables -A OUTPUT -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu")

KR
.



Relevant Pages

  • Re: Some websites do not load well on wifi
    ... I think that it is some kind of a networking issue, like TCP ... connections not properly following the TCP resend logic, ... connection could indicate an MTU-related problem with your networking ...
    (comp.os.linux.networking)
  • Re: socket programming-receive() function , VC++ 6.0
    ... You do not have a MS specific issue or any real general networking programming issue other than lack of very basic knowledge. ... The most common thing to do is to prepend each message with its length (length here means the acutal number of bytes sent, not string length which doesn't count terminators or may have some other meaning). ... You then need to treat the messages received as a stream recognizing that any received message may be only a fraction of a transmitted message, a whole message, parts of multiple messages, or any other fractured contiguous combination. ... The only thing TCP guarantees is that the bytes are received in the same order as they are sent and they are correct. ...
    (microsoft.public.win32.programmer.networks)
  • RE: VMware and kernel 2.6.12
    ... The only bit I wish I could make work is networking via ... > wireless connection. ... virtual host to utilize NAT when utilizing your network card...if you ... This e-mail message is intended only for the named recipientabove. ...
    (Fedora)
  • Re: NetworkManager disabling networking over a suspend
    ... restore the wireless connection it had when it was suspended. ... telling NM to re-enable networking is ... which makes suspension rather pointless. ...
    (Fedora)
  • Re: NetworkManager disabling networking over a suspend
    ... will restore the wireless connection it had when it was suspended. ... More often than not NM comes back in "networking disabled" ... Clause 3 of the constitution of the United States states: ...
    (Fedora)