summaryrefslogtreecommitdiffstats
path: root/hunt/include
diff options
context:
space:
mode:
Diffstat (limited to 'hunt/include')
-rw-r--r--hunt/include/hunt_common.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/hunt/include/hunt_common.h b/hunt/include/hunt_common.h
index 186528df..31018799 100644
--- a/hunt/include/hunt_common.h
+++ b/hunt/include/hunt_common.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt_common.h,v 1.1 2014/03/29 21:24:27 dholland Exp $ */
+/* $NetBSD: hunt_common.h,v 1.2 2014/03/29 21:25:35 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -32,6 +32,12 @@
*/
+/*
+ * There is no particular significance to the numbers assigned
+ * to Test_port. They're just random numbers greater than the
+ * range reserved for privileged sockets.
+ */
+
#ifdef INTERNET
#define SOCK_FAMILY AF_INET
#define TEST_PORT (('h' << 8) | 't')