From owner-cvs-sys Fri Jan 19 00:01:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA25920 for cvs-sys-outgoing; Fri, 19 Jan 1996 00:01:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA25911 Fri, 19 Jan 1996 00:01:01 -0800 (PST) Date: Fri, 19 Jan 1996 00:01:01 -0800 (PST) From: Peter Wemm Message-Id: <199601190801.AAA25911@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet in.h in_pcb.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/19 00:01:00 Modified: sys/netinet in.h in_pcb.c Log: Change the default local address range for IP from 1024 through 5000 to 20000 through 30000. These numbers are used for local IP port numbers when an explicit address is not specified. The values are sysctl modifiable under: net.inet.ip.port_{first|last}_auto These numbers do not overlap with any known server addresses, without going above 32768 which are "negative" on some other implementations. 20000 through 30000 is 2.5 times larger than the old range, but some have suggested even that may not be enough... (gasp!) Setting a low address of 10000 should be plenty.. :-) Revision Changes Path 1.14 +15 -1 src/sys/netinet/in.h 1.16 +18 -4 src/sys/netinet/in_pcb.c