From owner-cvs-all@FreeBSD.ORG Sun May 6 15:30:54 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBE9616A400; Sun, 6 May 2007 15:30:54 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id C155813C48C; Sun, 6 May 2007 15:30:54 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 6A1BE46C6F; Sun, 6 May 2007 11:30:54 -0400 (EDT) Date: Sun, 6 May 2007 16:30:54 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Andre Oppermann In-Reply-To: <200705061516.l46FG6we030349@repoman.freebsd.org> Message-ID: <20070506162919.G24765@fledge.watson.org> References: <200705061516.l46FG6we030349@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 15:30:55 -0000 On Sun, 6 May 2007, Andre Oppermann wrote: > andre 2007-05-06 15:16:06 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_input.c > Log: > Remove the defunct remains of the TCPS_TIME_WAIT cases from tcp_do_segment > and change it to a void function. > > We use a compressed structure for TCPS_TIME_WAIT to save memory. Any late > late segments arriving for such a connection is handled directly in the TW > code. Since tcp_subr.c is such a catch-all, and quite long, I've was thinking last night that we might want to move the tcp_tw* functions (and related bits) into tcp_timewait.c. It could be that if we do that, since it will be 99% post-Berkeley code, that we want to apply the copyright/license from tcp_syncache.c, as jlemon did the timewait code under the same contract as the syncache/syncookie work, but we should check with him. Robert N M Watson Computer Laboratory University of Cambridge