summaryrefslogtreecommitdiff
path: root/ref/tran/udp.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2025-01-02 15:50:13 +0000
committergdamore <gdamore@users.noreply.github.com>2025-01-02 15:50:13 +0000
commit2bd762d472334c6cd612ff0c57bb87718254ff8c (patch)
treebbedd3c9a51060197c513bb8591a49c46de31b1f /ref/tran/udp.html
parent730fed9ef9e0e31d2decdab1878d51e186589667 (diff)
downloadnng-2bd762d472334c6cd612ff0c57bb87718254ff8c.tar.gz
nng-2bd762d472334c6cd612ff0c57bb87718254ff8c.tar.bz2
nng-2bd762d472334c6cd612ff0c57bb87718254ff8c.zip
deploy: 288c9bf6dfc333b5a4d894b24e54e4fb3da34d51
Diffstat (limited to 'ref/tran/udp.html')
-rw-r--r--ref/tran/udp.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/ref/tran/udp.html b/ref/tran/udp.html
index 9d969b7d..b74bc971 100644
--- a/ref/tran/udp.html
+++ b/ref/tran/udp.html
@@ -270,13 +270,11 @@ be specified as <code>udp://[::1]:8001</code>.</p>
<p>The special value of 0 (<a name="a007"></a><code>INADDR_ANY</code>)
can be used for a listener to indicate that it should listen on all
interfaces on the host.
-A short-hand for this form is to either omit the address, or specify
-the asterisk (<code>*</code>) character.
-For example, the following three URIs are all equivalent,
+A short-hand for this form is to omit the IP address entirely.
+For example, the following two URIs are equivalent,
and could be used to listen to port 9999 on the host:</p>
<ol>
<li><code>udp://0.0.0.0:9999</code></li>
-<li><code>udp://*:9999</code></li>
<li><code>udp://:9999</code></li>
</ol>
<h2 id="socket-address"><a class="header" href="#socket-address">Socket Address</a></h2>