From owner-cvs-src@FreeBSD.ORG Fri Apr 23 19:56:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B228A16A4CE; Fri, 23 Apr 2004 19:56:37 -0700 (PDT) Received: from smtp3.sentex.ca (smtp3.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0C443D39; Fri, 23 Apr 2004 19:56:37 -0700 (PDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by smtp3.sentex.ca (8.12.11/8.12.10) with ESMTP id i3O2uXOL072300; Fri, 23 Apr 2004 22:56:34 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.10/8.12.10) with ESMTP id i3O2uX3x019572; Fri, 23 Apr 2004 22:56:33 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i3O2uWSk054199; Fri, 23 Apr 2004 22:56:33 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.0.3.0.0.20040423224055.0898cfe0@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.3.0 Date: Fri, 23 Apr 2004 22:57:56 -0400 To: Mike Silbersack , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org From: Mike Tancsa In-Reply-To: <200404232331.i3NNVsXV094917@repoman.freebsd.org> References: <200404232331.i3NNVsXV094917@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new Subject: Re: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2004 02:56:37 -0000 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 How are the ranges allocated to applications ? A quick test of 30 sequential outbound connections to another box on port 25 shows all allocations in the 1024 to 5000 range. Is this the way it is supposed to be ? Also, is there any caveats about moving that range from say 4000 to 20000 ? ---Mike At 07:31 PM 23/04/2004, Mike Silbersack wrote: >silby 2004/04/23 16:31:54 PDT > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/netinet in_pcb.c > Log: > MFC rev 1.143 - 1.146: > > Randomize ephermal source ports. > > Revision Changes Path > 1.59.2.28 +11 -0 src/sys/netinet/in_pcb.c >_______________________________________________ >cvs-all@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/cvs-all >To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"