POV-Ray : Newsgroups : povray.off-topic : Tango : Re: Tango Server Time
28 Jul 2024 18:22:22 EDT (-0400)
  Re: Tango  
From: Francois Labreque
Date: 29 Jan 2014 20:35:46
Message: <52e9ac72$1@news.povray.org>

> Am 29.01.2014 15:26, schrieb Francois Labreque:
>
>> A 20MB file is 16M bits.  At 1500bits per packet, it means ~ 110,000
>> packets.  If the round trip takes 200-400ms per packet, then it takes
>> 20,000 seconds, or more than 6 hrs, ignoring link congestion and other
>> technicalities, for someone to open the file from India.
>
> That's why any sane file transfer protocol sends more than just one
> packet before waiting for an acknowledge.
>
Yes, and even accounting for that, with the TCP window size of 16k of 
the AIX servers in question, you have to receive an ACK every 12-13 
packets or you run the risk of exceeding your window size and having the 
source start retransmitting.


-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   gmail.com     */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.