| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | api: remove old protocol headers | Garrett D'Amore | 2025-01-04 |
| | | |||
| * | api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recv | Garrett D'Amore | 2025-01-04 |
| | | | | | This aligns more closely with the nng_ctx functions. | ||
| * | aio: introduce NNG_ESTOPPED | Garrett D'Amore | 2024-12-26 |
| | | | | | | | | | | | | This error code results when an AIO is stopped permanently, as a result of nni_aio_close or nni_aio_stop. The associated AIO object cannot be used again. This discrimantes against a file being closed, or a temporary cancellation which might allow the aio to be reused. Consumers must check for this error status in their callbacks, and not resubmit an operation that failed with this error. Doing so, will result in an infinite loop of submit / errors. | ||
| * | tests: multistress test converted to NUTS | Garrett D'Amore | 2024-11-30 |
