From df3059dd130ce22f2326abeb41149bdf35e0c38d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 14 Apr 2025 00:03:47 -0700 Subject: UDP: Add support for connected mode UDP sockets. --- docs/ref/api/errors.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/ref') diff --git a/docs/ref/api/errors.md b/docs/ref/api/errors.md index c7a50780..14bdc07c 100644 --- a/docs/ref/api/errors.md +++ b/docs/ref/api/errors.md @@ -75,6 +75,7 @@ future locale-specific strings may be presented instead. | `NNG_EPEERAUTH` | 27 | Peer could not be authenticated. | | `NNG_EBADTYPE` | 30 | Incorrect type. A type-specific function was used for an object of the wrong type. | | `NNG_ECONNSHUT` | 31 | Connection shutdown. The connection was shut down and cannot be used. | +| `NNG_ENOTCONN` | 32 | Object (UDP socket) is not connected. | | `NNG_ESTOPPED` | 1000 | Operation stopped. The operation was stopped with [`nng_aio_stop`] or [`nng_aio_close`]. | | `NNG_EINTERNAL` | 1000 | An unidentifier internal error occurred. | | `NNG_ESYSERR` | 0x10000000 - 0x1FFFFFFF | An unidentified system error occurred. These are errors reported by the operating system. | -- cgit v1.2.3-70-g09d2