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

fix error message when the UDP receive buffer size can't be increased #3039

Merged
merged 1 commit into from
Feb 16, 2021

Conversation

marten-seemann
Copy link
Member

@codecov
Copy link

codecov bot commented Feb 15, 2021

Codecov Report

Merging #3039 (369442a) into master (0b97ae5) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3039      +/-   ##
==========================================
- Coverage   86.05%   86.01%   -0.04%     
==========================================
  Files         135      135              
  Lines        9472     9801     +329     
==========================================
+ Hits         8151     8430     +279     
- Misses        961     1013      +52     
+ Partials      360      358       -2     
Impacted Files Coverage Δ
packet_handler_map.go 74.27% <0.00%> (ø)
internal/protocol/version.go 100.00% <0.00%> (ø)
internal/handshake/initial_aead.go 100.00% <0.00%> (ø)
internal/handshake/tls_extension_handler.go 100.00% <0.00%> (ø)
qlog/qlog.go 92.02% <0.00%> (+0.76%) ⬆️
qlog/trace.go 92.00% <0.00%> (+1.52%) ⬆️
internal/handshake/crypto_setup.go 69.96% <0.00%> (+3.38%) ⬆️
http3/server.go 73.49% <0.00%> (+4.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b97ae5...369442a. Read the comment docs.

Copy link
Contributor

@mholt mholt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@marten-seemann marten-seemann merged commit dd9f8e4 into master Feb 16, 2021
@marten-seemann marten-seemann deleted the fix-set-receive-buffer-error-message branch February 17, 2021 03:09
@aschmahmann aschmahmann mentioned this pull request May 14, 2021
71 tasks
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

2 participants