aboutsummaryrefslogtreecommitdiff
path: root/docs/man/libnng.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2021-11-28 09:05:30 -0800
committerGarrett D'Amore <garrett@damore.org>2021-11-28 18:13:21 -0800
commitefa702387fcfa80ddd02e1a85f73c5b6f6ba1955 (patch)
tree853d84a55f7b4f9c1c100a82443520a258cec9d8 /docs/man/libnng.3.adoc
parent774e9375153d8a48bd1cbf654ca323656551b054 (diff)
downloadnng-efa702387fcfa80ddd02e1a85f73c5b6f6ba1955.tar.gz
nng-efa702387fcfa80ddd02e1a85f73c5b6f6ba1955.tar.bz2
nng-efa702387fcfa80ddd02e1a85f73c5b6f6ba1955.zip
fixes #1536 nng_sendmsg and nng_recvmsg could be faster
fixes #1535 Desire nng_ctx_sendmsg and nng_ctx_recvmsg
Diffstat (limited to 'docs/man/libnng.3.adoc')
-rw-r--r--docs/man/libnng.3.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc
index 712bf0fb..7475cdca 100644
--- a/docs/man/libnng.3.adoc
+++ b/docs/man/libnng.3.adoc
@@ -1,6 +1,6 @@
= libnng(3)
//
-// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
// Copyright 2019 Devolutions <info@devolutions.net>
// Copyright 2020 Dirac Research <robert.bielik@dirac.com>
@@ -231,7 +231,10 @@ concurrent applications.
|xref:nng_ctx_id.3.adoc[nng_ctx_id()]|get numeric context identifier
|xref:nng_ctx_open.3.adoc[nng_ctx_open()]|create context
|xref:nng_ctx_recv.3.adoc[nng_ctx_recv()]|receive message using context asynchronously
+|xref:nng_ctx_recvmsg.3.adoc[nng_ctx_recvmsg()]|receive a message using context
|xref:nng_ctx_send.3.adoc[nng_ctx_send()]|send message using context asynchronously
+|xref:nng_ctx_sendmsg.3.adoc[nng_ctx_sendmsg()]|send a message using context
+
|xref:nng_ctx_set.3.adoc[nng_ctx_set()]|set context option
|xref:nng_ctx_setopt.3.adoc[nng_ctx_setopt()]|set context option
|===