summaryrefslogtreecommitdiff
path: root/tests/udp.c
Commit message (Expand)AuthorAge
* Convert UDP platform test to NUTS.Garrett D'Amore2024-02-25
* Disable (for now) the UDPv6 test.Garrett D'Amore2024-02-25
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* fixes #1401 valgrind reports leaks in all testsGarrett D'Amore2021-01-03
* fixes #1279 Add support for ws4:// and ws6:// style websocket urlsGarrett D'Amore2020-08-08
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #154 underlyng TCP & IPC transports should support partial recv/sendGarrett D'Amore2017-11-13
* fixes #84 Consider using msec for durationsGarrett D'Amore2017-10-19
* Improve UDP test coverage, fix numerous issues found.Garrett D'Amore2017-10-05
* Windows UDP support.Garrett D'Amore2017-09-29