aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/udp/udp_tran_test.c
Commit message (Expand)AuthorAge
* Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option.Garrett D'Amore2025-10-27
* NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.Garrett D'Amore2025-10-26
* UDP: Signficant refactoring and simplification.Garrett D'Amore2025-06-08
* Fix valgrind uninitialized complaint in UDP test.Garrett D'Amore2025-05-26
* api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recvGarrett D'Amore2025-01-04
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* udp: more nni_aio_startGarrett D'Amore2024-12-26
* dialers: add nng_dial_url and nng_dialer_create_urlGarrett D'Amore2024-11-23
* Convert UDP test to use URL functions.Garrett D'Amore2024-11-22
* URL refactor part 1.Garrett D'Amore2024-11-18
* UDP: prefer new packets (drop older)Garrett D'Amore2024-11-04
* Use a callback for UDP burst test.Garrett D'Amore2024-11-04
* UDP test improvements.Garrett D'Amore2024-11-04
* fixes #1890 stats could support an inline lock - remove most atomicsGarrett D'Amore2024-10-13
* UDP: More test tuning for lossy environments.Garrett D'Amore2024-10-13
* udp: fix race, fix testsGarrett D'Amore2024-10-13
* UDP/sanitizer: Don't be strict about message loss in sanitizer or coverage runs.Garrett D'Amore2024-10-13
* UDP: burst testing to improve coverageGarrett D'Amore2024-10-13
* UDP: numerous fixes, added test for copy breakGarrett D'Amore2024-10-13
* fixes #168 UDP transportGarrett D'Amore2024-10-05