diff options
| author | gdamore <gdamore@users.noreply.github.com> | 2025-10-28 05:39:18 +0000 |
|---|---|---|
| committer | gdamore <gdamore@users.noreply.github.com> | 2025-10-28 05:39:18 +0000 |
| commit | 6274913455be87cbe598b5d0534e1e80972c8efd (patch) | |
| tree | 39efff99c914c2eb164a30db1cd2b5d4dba8cf53 /ref/tran/udp.html | |
| parent | fd320bbff94ed12a9db8e2ccb250dfa0d333f04c (diff) | |
| download | nng-gh-pages.tar.gz nng-gh-pages.tar.bz2 nng-gh-pages.zip | |
deploy: 1d69c8f0393337d4f222cc1af1af813d77922c84gh-pages
Diffstat (limited to 'ref/tran/udp.html')
| -rw-r--r-- | ref/tran/udp.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ref/tran/udp.html b/ref/tran/udp.html index fc474ed1..69d29ef1 100644 --- a/ref/tran/udp.html +++ b/ref/tran/udp.html @@ -309,11 +309,9 @@ the actual structure is either of type <p>The following transport options are supported by this transport, where supported by the underlying platform.</p> <div class="table-wrapper"><table><thead><tr><th>Option</th><th>Type</th><th>Description</th></tr></thead><tbody> -<tr><td><a href="../api/sock.html#NNG_OPT_LOCADDR"><code>NNG_OPT_LOCADDR</code></a></td><td><a href="../TODO.html"><code>nng_sockaddr</code></a></td><td>The locally bound address, will be either <a href="../TODO.html"><code>nng_sockaddr_in</code></a> or <a href="../TODO.html"><code>nng_sockaddr_in6</code></a>.</td></tr> -<tr><td><a href="../api/sock.html#NNG_OPT_REMADDR"><code>NNG_OPT_REMADDR</code></a></td><td><a href="../TODO.html"><code>nng_sockaddr</code></a></td><td>The remote peer address, will be either <a href="../TODO.html"><code>nng_sockaddr_in</code></a> or <a href="../TODO.html"><code>nng_sockaddr_in6</code></a>. Only valid for <a href="../api/pipe.html">pipe</a> and <a href="../TODO.html">dialer</a> objects.</td></tr> <tr><td><a href="../api/sock.html#NNG_OPT_RECVMAXSZ"><code>NNG_OPT_RECVMAXSZ</code></a></td><td><code>size_t</code></td><td>Maximum size of incoming messages, will be limited to at most 65000.</td></tr> <tr><td><code>NNG_OPT_UDP_COPY_MAX</code><a name="NNG_OPT_UDP_COPY_MAX"></a></td><td><code>size_t</code></td><td>Threshold above which received messages are “loaned” up, rather than a new message being allocated and copied into.</td></tr> -<tr><td><code>NNG_OPT_UDP_BOUND_PORT</code><a name="NNG_OPT_UDP_BOUND_PORT"></a></td><td><code>int</code></td><td>The locally bound UDP port number (1-65535), read-only for <a href="../TODO.html">listener</a> objects only.</td></tr> +<tr><td><code>NNG_OPT_BOUND_PORT</code><a name="NNG_OPT_BOUND_PORT"></a></td><td><code>int</code></td><td>The locally bound UDP port number (1-65535), read-only for <a href="../TODO.html">listener</a> objects only.</td></tr> </tbody></table> </div> <h2 id="maximum-message-size"><a class="header" href="#maximum-message-size">Maximum Message Size</a></h2> |
