From owner-cvs-all@FreeBSD.ORG Tue Apr 27 04:47:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 680) id 2AAB316A4CF; Tue, 27 Apr 2004 04:47:11 -0700 (PDT) Date: Tue, 27 Apr 2004 04:47:11 -0700 From: Darren Reed To: Andre Oppermann Message-ID: <20040427114711.GA85273@hub.freebsd.org> References: <200404232331.i3NNVsXV094917@repoman.freebsd.org> <6.0.3.0.0.20040423224055.0898cfe0@64.7.153.2> <20040423220212.C1915@odysseus.silby.com> <408D5832.83F3B979@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <408D5832.83F3B979@freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: Mike Silbersack cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Mike Tancsa Subject: Re: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 11:47:11 -0000 On Mon, Apr 26, 2004 at 08:42:58PM +0200, Andre Oppermann wrote: > Mike Silbersack wrote: > > On Fri, 23 Apr 2004, Mike Tancsa wrote: > > > > > Hi, thanks for this commit. I notice, > > > > > > net.inet.ip.portrange.lowfirst: 1023 > > > net.inet.ip.portrange.lowlast: 600 > > > net.inet.ip.portrange.first: 1024 > > > net.inet.ip.portrange.last: 5000 > > > net.inet.ip.portrange.hifirst: 49152 > > > net.inet.ip.portrange.hilast: 65535 > > > net.inet.ip.portrange.randomized: 1 >From NetBSD: net.inet.ip.anonportmin = 49152 net.inet.ip.anonportmax = 65535 net.inet.ip.lowportmin = 600 net.inet.ip.lowportmax = 1023 net.inet6.ip6.anonportmin = 49152 net.inet6.ip6.anonportmax = 65535 net.inet6.ip6.lowportmin = 600 net.inet6.ip6.lowportmax = 1023 ...which look like the RFC specified numbers, to me. Darren