-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add network Tcp utilities #1258
Conversation
|
d90288d
to
0f78dbc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1258 +/- ##
==========================================
+ Coverage 35.95% 36.20% +0.25%
==========================================
Files 385 391 +6
Lines 31124 31322 +198
==========================================
+ Hits 11191 11341 +150
- Misses 19933 19981 +48 ☔ View full report in Codecov by Sentry. |
7689080
to
8188497
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
b6b147e
to
b42cde8
Compare
1aa7c2d
to
43f499a
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.
Clang-Tidy
found issue(s) with the introduced code (1/2)
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.
Clang-Tidy
found issue(s) with the introduced code (2/2)
8d6ba6b
to
e3ef924
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
72c49f0
to
ab35667
Compare
ab35667
to
29de2eb
Compare
29af0ef
to
228f814
Compare
228f814
to
e27b75e
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
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.
Other than the single comment I added, LGTM! Sorry for dragging this on for so long 😔
26f4efd
to
4e5b9f1
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
4e5b9f1
to
a8dad24
Compare
a8dad24
to
3fef18b
Compare
blocked by #1256
Description
Implemented network TcpStream and TcpListener classes.
Checklist