home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / tcpip / 5865 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!noc.near.net!vaxeline.ftp.com!cream.ftp.com!jbvb
  3. From: jbvb@vax.ftp.com  (James B. VanBokkelen)
  4. Subject: Re: Why would a Sun take 1.5 seconds to retransmit a missed packet?
  5. Message-ID: <930108124846@cream.ftp.com>
  6. Nntp-Software: PC/TCP NNTP
  7. Keywords: TCP retransmit
  8. Lines: 19        
  9. Sender: root@vaxeline.ftp.com (vaxeline.ftp.com root account)
  10. Nntp-Posting-Host: whipped-cream.ftp.com
  11. Reply-To: jbvb@ftp.com
  12. Organization: FTP Software, Inc., Wakefield, MA
  13. References: <184841@pyramid.pyramid.com>
  14. Distribution: na
  15. Date: Fri, 08 Jan 1993 12:48:46
  16.  
  17. In article <184841@pyramid.pyramid.com> lstowell@pyrnova.mis.pyramid.com (Lon Stowell) writes:
  18.  
  19.     In article <BARNETT.93Jan7091846@grymoire.crd.ge.com> barnett@crdgw1.ge.com writes:
  20.  
  21.     >Packets are missed by the archive system, so the Sun has to retransmit
  22.     >the missed packets. I have noticed large delays (0.5 - 1.5 seconds)
  23.     
  24.        Those are pretty typical numbers for TCP layer time-outs...
  25.  
  26. If so, it indicates that 1) the path is long, 2) the archive system is very
  27. slow or 3) the sending TCP has an inferior or broken adaptive retransmit
  28. algorithm.  TCP should retransmit in something on the order of twice the
  29. average Round Trip Time (from send to ack).  Some implementations use exactly
  30. 2X, others combine the RTT and its standard deviation.  With the TCP in PC/TCP
  31. for DOS on a local LAN, the retransmit timeout is typically near its floor of
  32. 166 Ms, and I don't see any significant number of unwarranted retransmits.
  33.  
  34. James B. VanBokkelen        2 High St., North Andover, MA  01845
  35. FTP Software Inc.        voice: (508) 685-4000  fax: (508) 794-4488
  36.  
  37.