-
Notifications
You must be signed in to change notification settings - Fork 142
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
feat: adding udp protocol for network #672
Conversation
Codecov Report
@@ Coverage Diff @@
## main #672 +/- ##
==========================================
- Coverage 83.76% 83.70% -0.06%
==========================================
Files 166 167 +1
Lines 8005 8008 +3
==========================================
- Hits 6705 6703 -2
- Misses 997 1002 +5
Partials 303 303 |
7fa5e5d
to
7bc6a58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
everything looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@b00f
please resolve request changes.
@b00f |
Description
This PR adds a tests to make sure UDP and IPv6 protocols are supported in the network module.
Related issue(s)
Maybe related to #620