From owner-cvs-sys Wed Jun 5 09:57:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA15070 for cvs-sys-outgoing; Wed, 5 Jun 1996 09:57:48 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA15039; Wed, 5 Jun 1996 09:57:40 -0700 (PDT) Date: Wed, 5 Jun 1996 09:57:40 -0700 (PDT) From: Garrett Wollman Message-Id: <199606051657.JAA15039@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/05 09:57:40 Modified: sys/netinet tcp_subr.c tcp_var.h Log: Correct formula for TCP RTO calculation. Also try to do a better job in filling in a new PCB's rttvar (but this is not the last word on the subject). And get rid of `#ifdef RTV_RTT', it's been true for four years now... Revision Changes Path 1.29 +2 -4 src/sys/netinet/tcp_subr.c 1.33 +3 -3 src/sys/netinet/tcp_var.h