aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/udp
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
* Plumb sockaddrs all the way through pipes, make them failsafe.Garrett D'Amore2025-10-25
* header file fixesGarrett D'Amore2025-10-09
* UDP: Signficant refactoring and simplification.Garrett D'Amore2025-06-08
* UDP: constify sockaddrs in some placesGarrett D'Amore2025-06-07
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Fix valgrind uninitialized complaint in UDP test.Garrett D'Amore2025-05-26
* Converted rest of transports to nng_err.Garrett D'Amore2025-04-27
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* 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: use a bounce buffer if we lack sendmsg or recvmsgGarrett D'Amore2024-12-29
* resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* udp: more nni_aio_startGarrett D'Amore2024-12-26
* udp: use nni_aio_startGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* udp: implement endpoint stop functionsGarrett D'Amore2024-12-11
* udp transport: convert to using inline pipes and endpointsGarrett D'Amore2024-12-08
* udp: hang on close after sending too largeGarrett D'Amore2024-12-07
* dialers: add nng_dial_url and nng_dialer_create_urlGarrett D'Amore2024-11-23
* udp: remove NNG_OPT_URLGarrett D'Amore2024-11-23
* Convert UDP test to use URL functions.Garrett D'Amore2024-11-22
* Collect the bound port as part of the URL at bind time.Garrett D'Amore2024-11-21
* URL refactor part 1.Garrett D'Amore2024-11-18
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* 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
* stats: Reduce some wasted space for disabled stats.Garrett 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
* UDP: add some statisticsGarrett D'Amore2024-10-12
* udp: fix leaks on EP destroyGarrett D'Amore2024-10-07
* fixes #168 UDP transportGarrett D'Amore2024-10-05