From owner-freebsd-net@FreeBSD.ORG Tue Mar 4 20:27:07 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC94E1065670 for ; Tue, 4 Mar 2008 20:27:07 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 5A90D8FC1B for ; Tue, 4 Mar 2008 20:27:07 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so771667nfb.33 for ; Tue, 04 Mar 2008 12:27:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; bh=RtDhCX2zIqQv1DeQ3X6WbUPuK7LxgUwGRhTmDF9fswg=; b=WHHYZtRuyNus7knjV4bBSnZ3zAhBAjJSbkf+b99mwAQARLAXeL3nU/il4MkYISg07U8eRrJd3bsbt+2I7p3H7RYzV93gjqu7QVipezjQckSNDFZi94THg+RnZFKMaNN62kZKeinqYi2Y4050a/UaxgdKrKmmB1RH0to5LeqXR/4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; b=Hq90TQuNhwuUI2cn/0QTBX/Rl+ieCrgK3FI8dEiHtSGKmoEQiXVBAORQu0aNe19lN3U1+fjuc/NNstxvP0Ks0SwTjAaouFAy9f74vQ7PGLPfN+1EFQaCxpwFjJluqshHDOL4N6Qmg4ZSsYZSuvnJ91WIHx7mgZSIg5FcDVtWMkQ= Received: by 10.78.129.16 with SMTP id b16mr4351142hud.34.1204662425557; Tue, 04 Mar 2008 12:27:05 -0800 (PST) Received: from fnop.net ( [89.214.171.92]) by mx.google.com with ESMTPS id q9sm165892gve.10.2008.03.04.12.27.03 (version=SSLv3 cipher=OTHER); Tue, 04 Mar 2008 12:27:04 -0800 (PST) Date: Tue, 4 Mar 2008 17:31:19 +0000 From: Rui Paulo To: Fernando Gont Message-ID: <20080304173119.GB1008@fnop.net> References: <200803030435.m234Z7As026508@venus.xmundo.net> <20080303001004.R37933@odysseus.silby.com> <200803031412.m23EC4WB031100@venus.xmundo.net> <20080303231459.X43305@odysseus.silby.com> <200803040714.m247EcWT008194@venus.xmundo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803040714.m247EcWT008194@venus.xmundo.net> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Rui Paulo Cc: freebsd-net@freebsd.org Subject: Re: Ephemeral ports patch (fixed) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 20:27:07 -0000 On Tue, Mar 04, 2008 at 05:09:14AM -0200, Fernando Gont wrote: > At 03:23 a.m. 04/03/2008, Mike Silbersack wrote: > >> Too optimistic: >> >> ! #define IPPORT_EPHEMERALLAST 655535 >> >> Otherwise the patch looks good to me. It looked a bit strange in unified >> diff format, I needed to look at it in context format. (Strange, since I >> usually prefer unified.) > > Doh! I had fixed this in the patch itself, but then undid that change when > I changed the first ephemeral port from 1024 to 10000. > > This one should be fine. :-) Committed. Thank you! Regards, -- Rui Paulo