Skip to content

Commit

Permalink
docs: add a reference to nng_device
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Nov 26, 2023
1 parent 2a0fe65 commit 5c1532a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/man/libnng.3.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= libnng(3)
//
// Copyright 2021 Staysail Systems, Inc. <[email protected]>
// Copyright 2023 Staysail Systems, Inc. <[email protected]>
// Copyright 2018 Capitar IT Group BV <[email protected]>
// Copyright 2019 Devolutions <[email protected]>
// Copyright 2020 Dirac Research <[email protected]>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5c1532a

Please sign in to comment.