-
-
Notifications
You must be signed in to change notification settings - Fork 497
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
@@ -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 | ||
|