From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 3 02:34:59 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1372016A407 for ; Fri, 3 Nov 2006 02:34:59 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B26C43D4C for ; Fri, 3 Nov 2006 02:34:58 +0000 (GMT) (envelope-from josh.carroll@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so274445uge for ; Thu, 02 Nov 2006 18:34:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=hsXS9q1H+IgAXn32DQ1yOsLgkSfyB+FWB8ffy5KJxXr60U2wfZopWrweTT7XDdpkaVuAXijIukT5ZLKbNj8BI9ZuwcRvWO6mplzKoYZ66KEG82qWVPA3NyCV1HLelDGDa6RxWgb+Zu+0wNdIKPqkSlFqOExirjl5EAqBwWnJc70= Received: by 10.82.109.19 with SMTP id h19mr612743buc.1162521294461; Thu, 02 Nov 2006 18:34:54 -0800 (PST) Received: by 10.82.163.16 with HTTP; Thu, 2 Nov 2006 18:34:54 -0800 (PST) Message-ID: <8cb6106e0611021834h17737556y4bb2fda39a4bfa0c@mail.gmail.com> Date: Thu, 2 Nov 2006 18:34:54 -0800 From: "Josh Carroll" Sender: josh.carroll@gmail.com To: freebsd-hackers@freebsd.org In-Reply-To: <20061103021803.GC8508@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8cb6106e0610311058s7144d38bp2b1dafd114e2b433@mail.gmail.com> <20061102094748.G75543@mignon.ki.iif.hu> <8cb6106e0611021507n6315b629kad8cbbf901343c2@mail.gmail.com> <20061103021803.GC8508@kobe.laptop> X-Google-Sender-Auth: 4fb865a2b2f74584 Subject: Re: sockstat tcp/udp switches X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 02:34:59 -0000 > Can we have something that doesn't need one option letter for each > protocol, protocol family or socket type, please? :) I'd be willing to modify it to take a -P argument with one of: tcp udp tcp,udp udp,tcp If the consensus is to add -P, I'd be happy to make the changes. I assume without -P we'd want to show both, so perhaps udp,tcp and tcp,udp aren't necessary. Thanks, Josh