summaryrefslogtreecommitdiff
path: root/ref/api/msg.html
diff options
context:
space:
mode:
authorgdamore <gdamore@users.noreply.github.com>2025-01-15 05:56:53 +0000
committergdamore <gdamore@users.noreply.github.com>2025-01-15 05:56:53 +0000
commit2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac (patch)
tree36a08075a6963a9b81b493d1ef1908a06452eb2a /ref/api/msg.html
parentb163d078fcb3e40ad3f047f42326e9267bc4da50 (diff)
downloadnng-2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac.tar.gz
nng-2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac.tar.bz2
nng-2b8d71694ea8755881bdb8d8fe1fdcc9d4055eac.zip
deploy: 575148ac9a274d61e45220fda7d8de6a420f4fe4
Diffstat (limited to 'ref/api/msg.html')
-rw-r--r--ref/api/msg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/api/msg.html b/ref/api/msg.html
index 4579ef41..f88303ee 100644
--- a/ref/api/msg.html
+++ b/ref/api/msg.html
@@ -416,7 +416,7 @@ except that they operate the message header rather than the message body.</p>
<pre><code class="language-c">nng_pipe nng_msg_get_pipe(nng_msg *msg);
void nng_msg_get_pipe(nng_msg *msg, nng_pipe p);
</code></pre>
-<p>The <a name="a025"></a><code>nng_msg_set_pipe</code> function sets the <a href="/TODO.html">pipe</a> associated with <em>msg</em> to <em>p</em>.
+<p>The <a name="a025"></a><code>nng_msg_set_pipe</code> function sets the <a href="/api/pipe.html">pipe</a> associated with <em>msg</em> to <em>p</em>.
This is most often useful when used with protocols that support directing
a message to a specific peer.
For example the <a href="/proto/pair.html"><em>PAIR</em></a> version 1 protocol can do