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

[Experimental] Add QUIC support and use netpoll for more efficient network handling #1771

Merged
merged 1 commit into from
Nov 13, 2024

Add QUIC support

c8c568d
Select commit
Loading
Failed to load commit list.
Merged

[Experimental] Add QUIC support and use netpoll for more efficient network handling #1771

Add QUIC support
c8c568d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 12, 2024 in 0s

23.88% (-0.06%) compared to 0bacaca

View this Pull Request on Codecov

23.88% (-0.06%) compared to 0bacaca

Details

Codecov Report

Attention: Patch coverage is 14.60396% with 345 lines in your changes missing coverage. Please review.

Project coverage is 23.88%. Comparing base (0bacaca) to head (c8c568d).

Files with missing lines Patch % Lines
internal/net/quic/conn.go 0.00% 121 Missing ⚠️
internal/client/v1/client/discoverer/discover.go 0.00% 67 Missing ⚠️
internal/net/quic/listener.go 0.00% 46 Missing ⚠️
pkg/discoverer/k8s/service/discover.go 0.00% 39 Missing ⚠️
internal/servers/server/server.go 38.00% 22 Missing and 9 partials ⚠️
internal/net/dialer.go 52.63% 13 Missing and 5 partials ⚠️
internal/net/grpc/option.go 0.00% 11 Missing ⚠️
internal/net/net.go 61.53% 5 Missing ⚠️
internal/errors/net.go 0.00% 3 Missing ⚠️
internal/servers/servers.go 66.66% 3 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1771      +/-   ##
==========================================
- Coverage   23.94%   23.88%   -0.06%     
==========================================
  Files         545      547       +2     
  Lines       54379    54660     +281     
==========================================
+ Hits        13020    13055      +35     
- Misses      40582    40819     +237     
- Partials      777      786       +9     

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