Date: Thu, 25 Jan 2001 08:36:51 +0900 From: Tatsuhiko Terai <genuine@ma4.justnet.ne.jp> To: freebsd-net@FreeBSD.ORG Subject: Re: estimation of RTT,RTO from tcpcb parameter Message-ID: <3A6F67132EE.7B47GENUINE@ma4.justnet.ne.jp> In-Reply-To: <3A6EFB83208.3FA9GENUINE@ma4.justnet.ne.jp> References: <3A6EFB83208.3FA9GENUINE@ma4.justnet.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Thank you for your advise. >See the function tcp_xmit_timer() in netinet/tcp_input.c. Does this program mean that ? RTT = (tp)->t_srtt >> (TCP_RTT_SHIFT - TCP_DELTA_SHIFT) [ms] RTO = tp->t_rxtcur [ms] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A6F67132EE.7B47GENUINE>