From 5c1532aa69339ee9995652239881b715c3067418 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 26 Nov 2023 12:02:37 -0800 Subject: docs: add a reference to nng_device --- docs/man/libnng.3.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'docs') 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. +// Copyright 2023 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // Copyright 2019 Devolutions // Copyright 2020 Dirac Research @@ -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 -- cgit v1.2.3-70-g09d2