From owner-freebsd-net Wed Jan 24 16: 9:46 2001 Delivered-To: freebsd-net@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id CD14437B401 for ; Wed, 24 Jan 2001 16:09:27 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id TAA73303; Wed, 24 Jan 2001 19:09:23 -0500 (EST) (envelope-from wollman) Date: Wed, 24 Jan 2001 19:09:23 -0500 (EST) From: Garrett Wollman Message-Id: <200101250009.TAA73303@khavrinen.lcs.mit.edu> To: Tatsuhiko Terai Cc: freebsd-net@FreeBSD.ORG Subject: Re: estimation of RTT,RTO from tcpcb parameter In-Reply-To: <3A6F67132EE.7B47GENUINE@ma4.justnet.ne.jp> References: <3A6EFB83208.3FA9GENUINE@ma4.justnet.ne.jp> <3A6F67132EE.7B47GENUINE@ma4.justnet.ne.jp> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > Does this program mean that ? > RTT = (tp)->t_srtt >> (TCP_RTT_SHIFT - TCP_DELTA_SHIFT) [ms] > RTO = tp->t_rxtcur [ms] No. Please take a look at W. Richard Stevens' _TCP/IP Illustrated_ series, particularly volume 2. Nothing inside the kernel is measured in milliseconds. TCP parameters are measured in timer ticks, the length of which depends on which version of FreeBSD you are running and (potentially) on what hardware platform. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message