From owner-cvs-src@FreeBSD.ORG Fri Sep 8 13:09:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5385616A4DA; Fri, 8 Sep 2006 13:09:17 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E3E43D4C; Fri, 8 Sep 2006 13:09:16 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k88D9GW6077402; Fri, 8 Sep 2006 13:09:16 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k88D9GCQ077401; Fri, 8 Sep 2006 13:09:16 GMT (envelope-from glebius) Message-Id: <200609081309.k88D9GCQ077401@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 8 Sep 2006 13:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 13:09:17 -0000 glebius 2006-09-08 13:09:16 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Add a sysctl net.inet.tcp.nolocaltimewait that allows to suppress creating a compress TIME WAIT states, if both connection endpoints are local. Default is off. Revision Changes Path 1.262 +15 -4 src/sys/netinet/tcp_subr.c