From 426ace3a013e7bc779686689d41f011178a26cc6 Mon Sep 17 00:00:00 2001 From: gdamore Date: Thu, 9 Oct 2025 01:32:01 +0000 Subject: deploy: 86b4524b10b6e9eace01374ce138f8db81c6f3b9 --- ref/api/args.html | 6 +++--- ref/api/ctx.html | 2 +- ref/api/errors.html | 2 +- ref/api/stream.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'ref/api') diff --git a/ref/api/args.html b/ref/api/args.html index 24a37e4a..451fdbfa 100644 --- a/ref/api/args.html +++ b/ref/api/args.html @@ -301,9 +301,9 @@ referenced by arg.

returned.

This function may return the following errors:

Option Specification

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_EPEERAUTH27Peer could not be authenticated. NNG_EBADTYPE30Incorrect type. A type-specific function was used for an object of the wrong type. NNG_ECONNSHUT31Connection shutdown. The connection was shut down and cannot be used. -NNG_ESTOPPED1000Operation stopped. The operation was stopped with nng_aio_stop or [nng_aio_close]. +NNG_ESTOPPED1000Operation stopped. The operation was stopped with nng_aio_stop. NNG_EINTERNAL1000An unidentifier internal error occurred. NNG_ESYSERR0x10000000 - 0x1FFFFFFFAn unidentified system error occurred. These are errors reported by the operating system. NNG_ETRANERR0x20000000 - 0x2FFFFFFFAn unidentified transport error occurred. diff --git a/ref/api/stream.html b/ref/api/stream.html index fd8de778..e0ddb068 100644 --- a/ref/api/stream.html +++ b/ref/api/stream.html @@ -277,7 +277,7 @@ void nng_stream_recv(nng_stream *s, nng_aio *aio);

The 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