From 426ace3a013e7bc779686689d41f011178a26cc6 Mon Sep 17 00:00:00 2001
From: gdamore
This function may return the following errors:
NNG_ARG_AMBIGU]: Parsed option matches more than one specification.NNG_ARG_MISSING]: Option requires an argument, but one is not present.NNG_ARG_INVAL]: An invalid (unknown) argument is present in argv.NNG_ARG_AMBIG: Parsed option matches more than one specification.NNG_ARG_MISSING: Option requires an argument, but one is not present.NNG_ARG_INVAL: An invalid (unknown) argument is present in argv.The calling program must first create an array of nng_arg_spec structures
diff --git a/ref/api/ctx.html b/ref/api/ctx.html
index 7130e568..a3596c54 100644
--- a/ref/api/ctx.html
+++ b/ref/api/ctx.html
@@ -267,7 +267,7 @@ contexts. For the same reason, raw
tip
Developers with experience with [libnanomsg] may be used to using raw sockets for concurrency. +
Developers with experience with libnanomsg may be used to using raw sockets for concurrency. Contexts provide a superior solution, as they are much easier to use, less error prone, and allow for easy control of the amount of concurrency used on any given socket.
diff --git a/ref/api/errors.html b/ref/api/errors.html index 8d3c52c5..866ab01e 100644 --- a/ref/api/errors.html +++ b/ref/api/errors.html @@ -312,7 +312,7 @@ as in diagnostic messages or log entries.NNG_EPEERAUTHNNG_EBADTYPENNG_ECONNSHUTNNG_ESTOPPEDnng_aio_stop or [nng_aio_close].NNG_ESTOPPEDnng_aio_stop.NNG_EINTERNALNNG_ESYSERRNNG_ETRANERRThe nng_stream_send function starts sending data asynchronously over the stream s.
The data is sent from the scatter/gather vector located in the nng_aio aio,
which must have been previously set using nng_aio_set_iov.
The nng_stream_recv function starts receiving data [asynchronously over the stream s
+
The nng_stream_recv function starts receiving data asynchronously over the stream s
into the scatter/gather vector located in the nng_aio aio,
which must have been previously set using nng_aio_set_iov.
These functions return immediately, with no return value. -- cgit v1.2.3-70-g09d2