aboutsummaryrefslogtreecommitdiff
path: root/src/sp/nonblock_test.c
Commit message (Collapse)AuthorAge
* api: remove old protocol headersGarrett D'Amore2025-01-04
|
* api: Remove the NNG_FLAG_ALLOCGarrett D'Amore2025-01-01
| | | | | | | | This flag failed to provide real zero copy that it was intended for, and it also involved extra allocations. Further, the API for it was brittle and error prone. Modern code should just work directly with nng_msg structures.
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
|
* tests: convert nonblock test to NUTSGarrett D'Amore2024-11-30