aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorMike Silbersack <silby@FreeBSD.org>2002-04-09 18:01:26 +0000
committerMike Silbersack <silby@FreeBSD.org>2002-04-09 18:01:26 +0000
commitc3b2fe55ba3b37a46e5c02a1d2ca97aed777e25c (patch)
treef182de94bd31ce283274b3d1039e5579554d30bb /sys/netinet
parentbe88b71603d9ad5c6dbad6c671ef922405bd4032 (diff)
Notes
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index df7d7383a9cf..893cc9b6bef0 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -167,8 +167,8 @@
*
* When a user does a bind(2) or connect(2) with a port number of zero,
* a non-conflicting local port address is chosen.
- * The default range is IPPORT_RESERVED through
- * IPPORT_USERRESERVED, although that is settable by sysctl.
+ * The default range is IPPORT_HIFIRSTAUTO through
+ * IPPORT_HILASTAUTO, although that is settable by sysctl.
*
* A user may set the IPPROTO_IP option IP_PORTRANGE to change this
* default assignment range.
@@ -177,7 +177,8 @@
*
* The value IP_PORTRANGE_HIGH changes the range of candidate port numbers
* into the "high" range. These are reserved for client outbound connections
- * which do not want to be filtered by any firewalls.
+ * which do not want to be filtered by any firewalls. Note that by default
+ * this is the same as IP_PORTRANGE_DEFAULT.
*
* The value IP_PORTRANGE_LOW changes the range to the "low" are
* that is (by convention) restricted to privileged processes. This