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

ackhandler: don't delay ACKs for Initial and Handshake packets #4288

Merged
merged 2 commits into from Feb 1, 2024

Conversation

marten-seemann
Copy link
Member

Fixes #4279.

Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (d330d2e) 84.09% compared to head (93f679e) 84.16%.

Files Patch % Lines
internal/ackhandler/received_packet_handler.go 66.67% 3 Missing ⚠️
internal/ackhandler/received_packet_tracker.go 98.11% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4288      +/-   ##
==========================================
+ Coverage   84.09%   84.16%   +0.08%     
==========================================
  Files         150      150              
  Lines       15426    15424       -2     
==========================================
+ Hits        12971    12981      +10     
+ Misses       1952     1941      -11     
+ Partials      503      502       -1     

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

@marten-seemann marten-seemann merged commit 69ba7ac into master Feb 1, 2024
34 checks passed
mgjeong pushed a commit to mgjeong/quic-go that referenced this pull request Feb 13, 2024
…go#4288)

* ackhandler: don't delay ACKs for Initial and Handshake packets

* ackhandler: embed the receivedPacketHistory
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.

don't delay acknowledgement by max_ack_delay during the handshake
2 participants