| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Various header file fixes... also fix compilation errors when HTTP is disabled.v2.0.0-alpha.6 | Garrett D'Amore | 2025-10-05 |
| | | | | | | | Also, some instances nni_aio are changed to nng_aio. We think we want to harmonize some of these types going forward as it will reduce the need to include headers hopefully letting us get away with just "defs.h" in more places. | ||
| * | TLS: break up the TLS layer a bit to refactor for DTLS. | Garrett D'Amore | 2025-04-27 |
| This allows us to break the assumption that the bottom half is TCP, or even an nng_stream, since the DTLS layer will use a totally different layer. Only nng_stream neeeds to support dial and listen. Also: UDP: Make the sockaddr arguments to open const. Also: Align the IPv6 address in the sockaddr (this allows for efficient 64-bit or even 128-bit operations on these values.) | |||
