Re: How to Quicken TCP Re-transmission?



On Mon, May 22, 2006 at 07:51:33PM +0800, mag@xxxxxxxxx wrote:
I want to transmit data between host A and host B. The link between
these two hosts is really bad: PING reports 30% packet loss

How big are the pings? Try

ping -c100 -s1472 x.x.x.x

to send 1500-byte pings (20 bytes IP header + 8 bytes ICMP header + 1472
bytes padding). This will give you a more realistic indication of packet
loss for TCP transfers than the small pings you get by default.

TCP performs really, really badly on packet loss over 5%. I don't think that
any amount of tweaking will cope with 30% packet loss.

Perhaps a mechanism which sends each packet 3 times would work, but then
tripling the load on your link will increase your packet loss even more,
perhaps leading to total collapse.

Regards,

Brian.
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Strange signal
    ... Collisions, interference, signals from outer space. ... black lines are packet loss the ocurrs when a noise or interference ... Use ping instead of Netstumbler. ...
    (alt.internet.wireless)
  • Re: How to Quicken TCP Re-transmission?
    ... realistic indication of packet loss for TCP transfers than the ... every larger packet sizes I found things really fell apart about ... In my case it was a bad card in a Cisco 12000 switch at the local ... to ping the site to help pinpoint the source of the problem. ...
    (freebsd-net)
  • Re: VLAN problems
    ... experiencing too much packet loss and slow connections. ... I change the mtu of bce to 9000, this help something but I still ... I have seen some problems if you try to run more than one MTU on different VLANS with the same parent interface. ... ping and here are the results: ...
    (freebsd-net)
  • Re: ping -T
    ... Sylvain Girard schreef: ... I'm trying to document packet loss to get some evidence against my ISP. ... A better definition of ping -T ... Timestamps and addresses. ...
    (Ubuntu)
  • VLAN problems
    ... I changed the company gateway implementing vlan concept and now I ... experiencing too much packet loss and slow connections. ... I change the mtu of bce to 9000, this help something but I still ... ping and here are the results: ...
    (freebsd-net)