Support InetSocket in the tracker#2671
Conversation
Codecov ReportBase: 67.78% // Head: 67.58% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2671 +/- ##
==========================================
- Coverage 67.78% 67.58% -0.20%
==========================================
Files 202 202
Lines 30319 30326 +7
Branches 5923 5923
==========================================
- Hits 20552 20497 -55
- Misses 5095 5169 +74
+ Partials 4672 4660 -12
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fc18230 to
aea735e
Compare
aea735e to
30f83f4
Compare
InetSocket: support in the tracker, and use in the network interfaceInetSocket in the tracker
sporksmith
left a comment
There was a problem hiding this comment.
Looks plausible. It might be nice to have some tracker tests, but no need to block this on it.
Yeah I agree, but I did just run a tgen test and nothing changed for the |
This adds support for
InetSocketin the tracker,and reverts the change from #2626.