From owner-cvs-src@FreeBSD.ORG Sun Jul 29 16:58:09 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0EAC16A4CB; Sun, 29 Jul 2007 16:58:08 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id C716113C45B; Sun, 29 Jul 2007 16:58:08 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.14.1/8.14.1) with ESMTP id l6TGw0rI084887; Sun, 29 Jul 2007 09:58:08 -0700 (PDT) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.14.1/8.14.1/Submit) with ESMTP id l6TGvvP7084884; Sun, 29 Jul 2007 09:58:00 -0700 (PDT) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Sun, 29 Jul 2007 09:57:57 -0700 (PDT) From: mjacob@freebsd.org To: Maxim Konovalov In-Reply-To: <20070729184123.S44136@mp2.macomnet.net> Message-ID: <20070729095743.N84864@ns1.feral.com> References: <200707290131.l6T1VY8g026872@repoman.freebsd.org> <46AC987A.9040501@freebsd.org> <20070729184123.S44136@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Andre Oppermann , Matt Jacob , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_usrreq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 16:58:09 -0000 I know. I'm going to look at it more today. On Sun, 29 Jul 2007, Maxim Konovalov wrote: >> Thanks for fixing this. The whole tcpstates stuff is hackish. >> We need a better fix as the state reporting in the log message >> should not depend on TCPDEBUG. >> > tb still fails at tcpstates. > > -- > Maxim Konovalov >