From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 25 00:21:00 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 64726CBB for ; Thu, 25 Jul 2013 00:21:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F07C022F9 for ; Thu, 25 Jul 2013 00:20:59 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id q56so26910wes.35 for ; Wed, 24 Jul 2013 17:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=y5yZwfSKPNC4O6/KpkA2e2K10zGaaMYawY9wwNWqRMo=; b=Qt3B8gbBFvgsrQEsc/EPtYJ2S8E8aWdoKdgVPo5ttwJhq6rASS9I9toxlkaeoYw/kg 7rTCXEVlY/aCFd5ovxddff6NsspS8UCSHreQpMnlpmlW+99KmHzi+zO+vBhoRCGLOVEE VUNU1pnyC34hn5NHC+Ud+AnyiriZVs/aLA0uzDLxsdhl2Or6NA499uJ3xs8kT1j1QSPb F2Piv6a0c7JSzDinF29I2z4bU8BADeH9D/UTK4JJumHtrl2zk98MOwzxTr62YuY9HU3y 65unNvWCExbs6yhKfMjG6lgLBcSLloqzFUqLdVF5Vsm89KTTRL9d0IbATxN1CSte2EGl ZewQ== MIME-Version: 1.0 X-Received: by 10.180.39.212 with SMTP id r20mr106857wik.30.1374711658378; Wed, 24 Jul 2013 17:20:58 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Wed, 24 Jul 2013 17:20:58 -0700 (PDT) In-Reply-To: <59915.1374709417@server1.tristatelogic.com> References: <59915.1374709417@server1.tristatelogic.com> Date: Wed, 24 Jul 2013 17:20:58 -0700 X-Google-Sender-Auth: gHJBtTbDzdq0tRareKPgdHzRO8M Message-ID: Subject: Re: bin/176713: [patch] nc(1) closes network socket too soon From: Adrian Chadd To: "Ronald F. Guilmette" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 00:21:00 -0000 On 24 July 2013 16:43, Ronald F. Guilmette wrote: > > Thank you. > > Please consider yourself bugged. > (1/2 :-) :-) I'm currently trying to figure out ixgbe and lagg bugs (separately and together.) Once I've done that, I'll look at nc. Just keep bugging me until I do. -adrian