From owner-cvs-all Sun Apr 19 10:23:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22119 for cvs-all-outgoing; Sun, 19 Apr 1998 10:23:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22082; Sun, 19 Apr 1998 17:23:06 GMT (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA21022; Sun, 19 Apr 1998 10:22:36 -0700 (PDT) Date: Sun, 19 Apr 1998 10:22:36 -0700 (PDT) Message-Id: <199804191722.KAA21022@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet in.h in_pcb.c Sender: owner-cvs-all@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! PR: 5402 Reviewed by: phk Submitted by: Stephen J. Roznowski Revision Changes Path 1.31 +14 -3 src/sys/netinet/in.h 1.43 +3 -3 src/sys/netinet/in_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message