From bff4599ecd97ea28e1e2016fedf6cc1d53beda5c Mon Sep 17 00:00:00 2001 From: "Staysail Systems, Inc." Date: Thu, 14 Sep 2023 00:24:50 -0700 Subject: Manual page updates for tip --- man/tip/libnng.3.html | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'man/tip/libnng.3.html') diff --git a/man/tip/libnng.3.html b/man/tip/libnng.3.html index 99c4ec95..c5c31fae 100644 --- a/man/tip/libnng.3.html +++ b/man/tip/libnng.3.html @@ -1,6 +1,7 @@ --- version: tip layout: manpage_v2 +title: libnng(3) ---

libnng(3)

@@ -271,6 +272,10 @@ Most applications will only interact with the body.

return message body

+

nng_msg_capacity()

+

return capacity allocated for message body

+ +

nng_msg_chop()

remove data from end of message body

@@ -303,6 +308,10 @@ Most applications will only interact with the body.

reallocate a message

+

nng_msg_reserve()

+

reserve storage for message body

+ +

nng_msg_set_pipe()

set pipe for message

@@ -431,6 +440,10 @@ Only a single asynchronous operation may be associated with an

begin asynchronous I/O operation

+

nng_aio_busy()

+

test if asynchronous I/O is busy

+ +

nng_aio_cancel()

cancel asynchronous I/O operation

@@ -463,6 +476,10 @@ Only a single asynchronous operation may be associated with an

return output result

+

nng_aio_reap()

+

reap asynchronous I/O handle

+ +

nng_aio_result()

return result of asynchronous operation

@@ -644,10 +661,18 @@ concurrent applications.

receive message using context asynchronously

+

nng_ctx_recvmsg()

+

receive a message using context

+ +

nng_ctx_send()

send message using context asynchronously

+

nng_ctx_sendmsg()

+

send a message using context

+ +

nng_ctx_set()

set context option

@@ -671,6 +696,10 @@ to observe program behaviors and as an aid in troubleshooting.

+

nng_stat_bool()

+

get statistic Boolean value

+ +

nng_stat_child()

get child statistic

@@ -720,7 +749,7 @@ to observe program behaviors and as an aid in troubleshooting.

nng_stat_value()

-

get statistic value

+

get statistic numeric value

nng_stats_free()

-- cgit v1.2.3-70-g09d2