diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/tcp.html | 4 |
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). |
| 126 | If <tt>address</tt> | 126 | If <tt>address</tt> |
| 127 | is '<tt>*</tt>', the system binds to all local interfaces | 127 | is '<tt>*</tt>', the system binds to all local interfaces |
| 128 | using the <tt>INADDR_ANY</tt> constant. If <tt>port</tt> is 0, the system automatically | 128 | using the <tt>INADDR_ANY</tt> constant or |
| 129 | <tt>IN6ADDR_ANY_INIT</tt>, according to the family. | ||
| 130 | If <tt>port</tt> is 0, the system automatically | ||
| 129 | chooses an ephemeral port. | 131 | chooses an ephemeral port. |
| 130 | </p> | 132 | </p> |
| 131 | 133 | ||
