nanomsg / nng

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

Convert UDP platform test to NUTS. #1788

Closed gdamore closed 7 months ago

gdamore commented 7 months ago

This also restores the IPv6 sanity check. Note that UDP is still not supported as a transport, but this can be used to implement higher level transports such as ZeroTier (or later QUIC).

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 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.00%. Comparing base (a34a07d) to head (df20afb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1788 +/- ## ========================================== - Coverage 79.27% 79.00% -0.28% ========================================== Files 94 94 Lines 21078 21078 ========================================== - Hits 16710 16652 -58 - Misses 4368 4426 +58 ```

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