summaryrefslogtreecommitdiffstats
path: root/doc/socket_wrapper.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/socket_wrapper.1.txt')
-rw-r--r--doc/socket_wrapper.1.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/socket_wrapper.1.txt b/doc/socket_wrapper.1.txt
index b3ba96c..15b99bf 100644
--- a/doc/socket_wrapper.1.txt
+++ b/doc/socket_wrapper.1.txt
@@ -38,12 +38,12 @@ socket in the SOCKET_WRAPPER_DIR.
*SOCKET_WRAPPER_DEFAULT_IFACE*::
-Additionally, the default interface to be used by an application is defined
-with "SOCKET_WRAPPER_DEFAULT_IFACE=<ID>" where <ID> is between 2 and 254. This
-is analogous to use the IPv4 addresses "127.0.0.<ID>" or IPv6 addresses
-"fd00::5357:5f<IDx>" (where <IDx> is a hexadecimal presentation of <ID>). You
-should always set the default interface. If you listen on INADDR_ANY then it
-will use the default interface to listen on.
+Additionally, the default interface to be used by an application is defined with
+"SOCKET_WRAPPER_DEFAULT_IFACE=<ID>" where the valid range for <ID> starts with 1
+(the default) and ends with 64. This is analogous to use the IPv4 addresses
+"127.0.0.<ID>" or IPv6 addresses "fd00::5357:5f<IDx>" (where <IDx> is a
+hexadecimal presentation of <ID>). You should always set the default interface.
+If you listen on INADDR_ANY then it will use the default interface to listen on.
*SOCKET_WRAPPER_PCAP_FILE*::