summaryrefslogtreecommitdiff
path: root/docs/reference/src/sock/nng_recv.md
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-03-31 11:28:24 -0700
committerGarrett D'Amore <garrett@damore.org>2024-03-31 11:28:24 -0700
commit309583d7b4171cf6851d4ba89e07909642180015 (patch)
treebf64e74e9666038e71db0c7826fe706977627cd8 /docs/reference/src/sock/nng_recv.md
parent1bcf60a65ee56054e638c0859da1fe2418160bc6 (diff)
downloadnng-mdbook.tar.gz
nng-mdbook.tar.bz2
nng-mdbook.zip
nng_send*mdbook
Diffstat (limited to 'docs/reference/src/sock/nng_recv.md')
-rw-r--r--docs/reference/src/sock/nng_recv.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/reference/src/sock/nng_recv.md b/docs/reference/src/sock/nng_recv.md
index 178661f7..f594cafc 100644
--- a/docs/reference/src/sock/nng_recv.md
+++ b/docs/reference/src/sock/nng_recv.md
@@ -46,11 +46,8 @@ updated with the actual message body length copied into _data_.
> [!NOTE]
> The semantics of what receiving a message means vary from protocol to
> protocol, so examination of the protocol documentation is encouraged.
-> (For example, with a [_REQ_][req] socket a message may only be received
-> after a request has been sent, and a [_SUB_][sub] socket
-> may only receive messages corresponding to topics to which it has subscribed.)
-> Furthermore, some protocols may not support receiving data at all, such as
-> [_PUB_][pub].
+> Furthermore, some protocols may not support receiving data at all, or
+> may require other conditions be met before they can receive.
> [!TIP]
> The `NNG_FLAG_ALLOC` flag can be used to reduce data copies, thereby