From owner-cvs-all Wed Sep 16 21:36:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10945 for cvs-all-outgoing; Wed, 16 Sep 1998 21:36:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10875; Wed, 16 Sep 1998 21:36:21 -0700 (PDT) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA17843; Wed, 16 Sep 1998 21:35:59 -0700 (PDT) Date: Wed, 16 Sep 1998 21:35:59 -0700 (PDT) Message-Id: <199809170435.VAA17843@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/16 21:35:59 PDT Modified files: (Branch: RELENG_2_2) sys/netinet tcp_input.c Log: introduce a sysctl variable to disable slow-start on "local" tcp connections. slow-start is used by default (as it should be) This fixes a misbehaviour that was introduced when T/TCP was integrated in the main sources. Revision Changes Path 1.54.2.12 +6 -2 src/sys/netinet/tcp_input.c