From owner-cvs-sys Thu Jun 29 11:11:28 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA02940 for cvs-sys-outgoing; Thu, 29 Jun 1995 11:11:28 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA02930 ; Thu, 29 Jun 1995 11:11:25 -0700 Date: Thu, 29 Jun 1995 11:11:25 -0700 From: "Garrett A. Wollman" Message-Id: <199506291811.LAA02930@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_var.h Sender: cvs-sys-owner@freebsd.org Precedence: bulk wollman 95/06/29 11:11:25 Modified: sys/netinet tcp_input.c tcp_subr.c tcp_var.h Log: Keep track of the number of samples through the srtt filter so that we know better when to cache values in the route, rather than relying on a heuristic involving sequence numbers that broke when tcp_sendspace was increased to 16k.