summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2023-11-26 12:02:37 -0800
committerGarrett D'Amore <garrett@damore.org>2023-11-26 12:02:37 -0800
commit5c1532aa69339ee9995652239881b715c3067418 (patch)
tree815413df2a8cd8183925992c4dc5a9a4ef9208b2 /docs/man
parent2a0fe6550796c5ddf141a4300809556ec25063c5 (diff)
downloadnng-5c1532aa69339ee9995652239881b715c3067418.tar.gz
nng-5c1532aa69339ee9995652239881b715c3067418.tar.bz2
nng-5c1532aa69339ee9995652239881b715c3067418.zip
docs: add a reference to nng_device
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/libnng.3.adoc12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc
index eaeae24d..6f64de41 100644
--- a/docs/man/libnng.3.adoc
+++ b/docs/man/libnng.3.adoc
@@ -1,6 +1,6 @@
= libnng(3)
//
-// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2023 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>
@@ -235,11 +235,19 @@ concurrent applications.
|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
|===
+=== Devices, Relays
+
+The following function family is used to create forwarders or relayers
+that route messages from one socket to another.
+
+|===
+|xref:nng_device.3.adoc[nng_device()]|message forwarding device
+|===
+
=== Statistics
The following functions provide access to statistics which can be used