From owner-freebsd-current@FreeBSD.ORG Wed Jun 13 05:40:43 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1E6616A46D; Wed, 13 Jun 2007 05:40:43 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 9471A13C45D; Wed, 13 Jun 2007 05:40:43 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=DFEMfgJP8xZGf4kcgA8V0wSgin/OpgXD6f5jH1QiiEcT+rGpva8Zv2Ya/NSdu3y2BVplsOgeMJgujLDTloyKHHl14iV7Fw0vfB1+YKiSyH/HXuDvJ5NDT29sqUuKN77CzDJ1+1gCO3duVC/gaW1vZmxn5JcSNci2l88Ljz7KPNw=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1HyLay-000CZO-Ab; Wed, 13 Jun 2007 09:40:40 +0400 Date: Wed, 13 Jun 2007 09:40:35 +0400 From: Eygene Ryabinkin To: Andre Oppermann Message-ID: <20070613054035.GL86872@void.codelabs.ru> References: <20070611140644.GH86872@void.codelabs.ru> <466D9DDE.6090302@freebsd.org> <20070612032656.GJ86872@void.codelabs.ru> <20070612033432.GK86872@void.codelabs.ru> <466ED4B4.30909@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <466ED4B4.30909@freebsd.org> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.5 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: freebsd-net@freebsd.org, freebsd-current@freebsd.org Subject: Connections in the CLOSED state [was: nfe(4) strangeness on the 7-CURRENT] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2007 05:40:44 -0000 Andre, good day. Tue, Jun 12, 2007 at 07:15:32PM +0200, Andre Oppermann wrote: > >Just checked my netstat output and spotted weird lines: > >----- > >tcp4 0 0 127.0.0.1.* 127.0.0.1.40001 CLOSED > >tcp4 0 0 127.0.0.1.* 127.0.0.1.40001 CLOSED > >----- > >Can they be related to the bug you mentioned? > > Yes, this looks related. Do these line stick around or do they go > away after some time? They are staying with the listener virtually forever. But they are disappearing with the listener exit. -- Eygene