aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/tcp.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tcp.html b/doc/tcp.html
index 5f39d0e..151a4c9 100644
--- a/doc/tcp.html
+++ b/doc/tcp.html
@@ -125,7 +125,9 @@ local host.
125<tt>Port</tt> must be an integer number in the range [0..64K). 125<tt>Port</tt> must be an integer number in the range [0..64K).
126If <tt>address</tt> 126If <tt>address</tt>
127is '<tt>*</tt>', the system binds to all local interfaces 127is '<tt>*</tt>', the system binds to all local interfaces
128using the <tt>INADDR_ANY</tt> constant. If <tt>port</tt> is 0, the system automatically 128using the <tt>INADDR_ANY</tt> constant or
129<tt>IN6ADDR_ANY_INIT</tt>, according to the family.
130If <tt>port</tt> is 0, the system automatically
129chooses an ephemeral port. 131chooses an ephemeral port.
130</p> 132</p>
131 133