From owner-cvs-src@FreeBSD.ORG Fri Aug 11 21:15:24 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 C30C216A4DA; Fri, 11 Aug 2006 21:15:24 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E16C43D46; Fri, 11 Aug 2006 21:15:24 +0000 (GMT) (envelope-from mohans@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 k7BLFOYF024923; Fri, 11 Aug 2006 21:15:24 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BLFOWC024922; Fri, 11 Aug 2006 21:15:24 GMT (envelope-from mohans) Message-Id: <200608112115.k7BLFOWC024922@repoman.freebsd.org> From: Mohan Srinivasan Date: Fri, 11 Aug 2006 21:15:23 +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_input.c tcp_subr.c tcp_timer.c tcp_timer.h 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, 11 Aug 2006 21:15:24 -0000 mohans 2006-08-11 21:15:23 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h Log: Fixes an edge case bug in timewait handling where ticks rolling over causing the timewait expiry to be exactly 0 corrupts the timewait queues (and that entry). Reviewed by: silby Revision Changes Path 1.304 +1 -1 src/sys/netinet/tcp_input.c 1.254 +1 -1 src/sys/netinet/tcp_subr.c 1.82 +3 -4 src/sys/netinet/tcp_timer.c 1.29 +1 -1 src/sys/netinet/tcp_timer.h