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

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

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Jun 3, 2024

…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.

…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.
Copy link

codecov bot commented Jun 3, 2024

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

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

@gdamore gdamore merged commit 603282f into master Jun 3, 2024
17 of 18 checks passed
@gdamore gdamore deleted the gdamore/ipv6-mcast branch June 3, 2024 06:36
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.

None yet

1 participant