V2.0.0 Alpha 5 PreRelease
Features
- DTLS support - you can now use DTLS to secure your UDP traffic
ChangeLog
- Windows: Fix regression where no connections after 5 seconds can occur by @gdamore in https://github.com/nanomsg/nng/pull/2108
- Add EPOLLHUP flag in nni_epoll_thr by @wangchen61698 in https://github.com/nanomsg/nng/pull/2101
- Req protocol: free msg early if no retries by @shikokuchuo in https://github.com/nanomsg/nng/pull/2107
- Fixes for TLS by @gdamore in https://github.com/nanomsg/nng/pull/2121
- FIX [HTTP] fix a blocking case when freeing http client by @JaylinYu in https://github.com/nanomsg/nng/pull/2123
- Make pointers to data that is not modified const. by @sgh in https://github.com/nanomsg/nng/pull/2117
- Fix for clang 19 compiler warnings (main branch) by @shikokuchuo in https://github.com/nanomsg/nng/pull/2113
- TLS: break up the TLS layer a bit to refactor for DTLS. by @gdamore in https://github.com/nanomsg/nng/pull/2124
- More conversions of errors to nng_err by @gdamore in https://github.com/nanomsg/nng/pull/2125
- DTLS support by @gdamore in https://github.com/nanomsg/nng/pull/2131