Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!FLASH.BELLCORE.COM!karn From: karn@FLASH.BELLCORE.COM (Phil R. Karn) Newsgroups: comp.protocols.tcp-ip Subject: Re: tcp smooth rtt function Message-ID: <8705012106.AA03419@flash.bellcore.com> Date: Fri, 1-May-87 17:06:48 EDT Article-I.D.: flash.8705012106.AA03419 Posted: Fri May 1 17:06:48 1987 Date-Received: Sun, 3-May-87 02:12:08 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 8 My approach to the small-SRTT problem is to let it do what it wants, but bound the timer to the minimum non-zero value. I.e., if the clock ticks at a 1 Hz rate, rto = min(beta*srtt,1); /* rto is retransmission time-out */ Phil