Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert UDP platform test to NUTS. #1788

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Convert UDP platform test to NUTS. #1788

merged 1 commit into from
Feb 26, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Feb 26, 2024

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.

Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/platform/udp_test.c Fixed Show fixed Hide fixed
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).
@gdamore gdamore merged commit df20afb into master Feb 26, 2024
17 of 18 checks passed
@gdamore gdamore deleted the gdamore/udp_test branch February 26, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant