From e65ecddd1c04ab5b784b0919e62bc87d2a750ef6 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 23 Jan 2020 23:53:54 -0800 Subject: Publishing updates for v1.2 --- man/v1.2/nng_stream.5.html | 548 +++------------------------------------------ 1 file changed, 31 insertions(+), 517 deletions(-) (limited to 'man/v1.2/nng_stream.5.html') diff --git a/man/v1.2/nng_stream.5.html b/man/v1.2/nng_stream.5.html index 1368e1cc..5500f3a7 100644 --- a/man/v1.2/nng_stream.5.html +++ b/man/v1.2/nng_stream.5.html @@ -1,505 +1,18 @@ --- -version: 1.2 +version: v1.2 layout: refman --- - + - + nng_stream(5) - - - + + -

NAME

+

NAME

nng_stream - byte stream

@@ -547,9 +60,9 @@ a connected UNIX domain socket or named pipe.

The nng_stream object is used for raw byte stream connections, and should not be confused with a pipe object created on -socket using the -nng_listen(), -nng_dial() or related functions. +socket using the +nng_listen(), +nng_dial() or related functions. @@ -557,9 +70,9 @@ should not be confused with a pipe object created on

These objects are created either establishing an outgoing connection with -nng_stream_dialer_dial() +nng_stream_dialer_dial() or by accepting in incoming connection with -nng_stream_listener_accept().

+nng_stream_listener_accept().

Byte streams are “reliable” in that data @@ -567,13 +80,13 @@ will not be delivered out of order, or with portions missing.

Data can be sent using -nng_stream_send() or +nng_stream_send() or received with -nng_stream_recv().

+nng_stream_recv().

When the connection is no longer needed, it should be freed with -nng_stream_free().

+nng_stream_free().

@@ -584,7 +97,7 @@ received with
It is possible to close the connection, without freeing it, by using -nng_stream_close(). +nng_stream_close().
@@ -592,10 +105,10 @@ using

Byte streams may, depending on the underlying technology, support various -options, which +options, which can be accessed using the -nng_stream_get() and -nng_stream_set() family of +nng_stream_get() and +nng_stream_set() family of functions.

@@ -604,20 +117,21 @@ functions.

SEE ALSO

+ - + \ No newline at end of file -- cgit v1.2.3-70-g09d2