From owner-cvs-sys Sun Apr 19 12:41:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25737 for cvs-sys-outgoing; Sun, 19 Apr 1998 12:41:40 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25608; Sun, 19 Apr 1998 19:40:37 GMT (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id MAA04230; Sun, 19 Apr 1998 12:39:24 -0700 (PDT) Message-Id: <199804191939.MAA04230@implode.root.com> To: Poul-Henning Kamp cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet in.h in_pcb.c In-reply-to: Your message of "Sun, 19 Apr 1998 10:22:36 PDT." <199804191722.KAA21022@freefall.freebsd.org> From: David Greenman Reply-To: dg@root.com Date: Sun, 19 Apr 1998 12:39:24 -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >phk 1998/04/19 10:22:36 PDT > > Modified files: > sys/netinet in.h in_pcb.c > Log: > According to: > > ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers > > port numbers are divided into three ranges: > > 0 - 1023 Well Known Ports > 1024 - 49151 Registered Ports > 49152 - 65535 Dynamic and/or Private Ports > > This patch changes the "local port range" from 40000-44999 > to the range shown above (plus fix the comment in in_pcb.c). > > WARNING: This may have an impact on firewall configurations! This should not have been committed. There was extensive discussion about this and the change was rejected. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project