nanomsg / nng

nanomsg-next-generation -- light-weight brokerless messaging
https://nng.nanomsg.org
MIT License
3.78k stars 485 forks source link

UDP: Introduce an experimental (undocumented for now) public API for … #1838

Closed gdamore closed 4 months ago

gdamore commented 4 months ago

…UDP.

This exposes the UDP methods as nng_ methods, and adds support for Multicast Membership, which is useful in a variety of situations.

No documentation is provided, and applications should consider thios API experimental.

fixes #

Note that the above format should be used in your git commit comments. You agree that by submitting a PR, you have read and agreed to our contributing guidelines.
codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 57.62712% with 25 lines in your changes are missing coverage. Please review.

Project coverage is 79.54%. Comparing base (890d489) to head (56fce7d).

Files Patch % Lines
src/platform/posix/posix_udp.c 44.44% 25 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1838 +/- ## ========================================== + Coverage 79.43% 79.54% +0.11% ========================================== Files 95 95 Lines 21484 21543 +59 ========================================== + Hits 17066 17137 +71 + Misses 4418 4406 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.