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

logging: pass the packet number to ConnectionTracer.DroppedPacket #4171

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

marten-seemann
Copy link
Member

In most cases the packet number is not known when a packet is dropped, but it's useful to log the packet number when dropping a duplicate packet.

I noticed this when looking at the qlogs in #4169.

In most cases the packet number is not known when a packet is dropped,
but it's useful to log the packet number when dropping a duplicate
packet.
@marten-seemann marten-seemann added this to the v0.41 milestone Nov 17, 2023
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

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

Comparison is base (427f533) 83.73% compared to head (75f20d5) 83.79%.

Files Patch % Lines
connection.go 76.19% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4171      +/-   ##
==========================================
+ Coverage   83.73%   83.79%   +0.06%     
==========================================
  Files         150      150              
  Lines       15418    15425       +7     
==========================================
+ Hits        12910    12925      +15     
+ Misses       2010     2003       -7     
+ Partials      498      497       -1     

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

@marten-seemann marten-seemann merged commit 3bf2e19 into master Nov 17, 2023
34 checks passed
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