Correct the description of the "low" (< 1024) port range.

PR:		25500
Submitted by:	Barry Irwin <bvi@devco.net>
This commit is contained in:
Ben Smithurst 2001-03-29 01:00:42 +00:00
parent 5a696f5d02
commit 8f5e8232e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74974

View File

@ -165,10 +165,14 @@ use a low range of ports, which are normally restricted to
privileged processes on
.Ux
systems. The range is normally from
.Dv IPPORT_RESERVED
.Dv IPPORT_RESERVED - 1
down to
.Li 1
in descending order. This range is not sysctl configurable.
.Li IPPORT_RESERVEDSTART
in descending order.
This is adjustable through the sysctl setting:
.Sy net.inet.ip.portrange.lowfirst
and
.Sy net.inet.ip.portrange.lowlast .
.El
.Ss "Multicast Options"
.Pp