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

increase the packet size of the client's Initial packet #2634

Merged
merged 1 commit into from
Jul 1, 2020

Conversation

marten-seemann
Copy link
Member

Fixes #2633.

@codecov
Copy link

codecov bot commented Jul 1, 2020

Codecov Report

Merging #2634 into master will decrease coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2634      +/-   ##
==========================================
- Coverage   86.29%   86.21%   -0.08%     
==========================================
  Files         121      121              
  Lines        9775     9847      +72     
==========================================
+ Hits         8435     8489      +54     
- Misses        998     1007       +9     
- Partials      342      351       +9     
Impacted Files Coverage Δ
packet_packer.go 83.83% <100.00%> (ø)
http3/request_writer.go 67.26% <0.00%> (+3.69%) ⬆️

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 f926945...2e46110. Read the comment docs.

@marten-seemann marten-seemann merged commit cabfada into master Jul 1, 2020
@marten-seemann marten-seemann deleted the increase-initial-packet-size branch July 1, 2020 08:29
@aschmahmann aschmahmann mentioned this pull request Sep 22, 2020
72 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.

use larger Initial packets (for the client)
2 participants