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

only check for stateless resets if packet doesn't belong to a connection #4322

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

marten-seemann
Copy link
Member

This technically violates the stateless reset handling logic described in RFC 9000 section 10.3.1 (see comment), but it saves one map lookup in the hot path.

This technically violates the stateless reset handling logic described
in RFC 9000 section 10.3.1 (see comment), but it saves one map lookup in
the hot path.
@marten-seemann marten-seemann added this to the v0.42 milestone Feb 9, 2024
Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f54a32e) 84.75% compared to head (ed52b3f) 84.72%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4322      +/-   ##
==========================================
- Coverage   84.75%   84.72%   -0.04%     
==========================================
  Files         150      150              
  Lines       14250    14250              
==========================================
- Hits        12077    12072       -5     
- Misses       1675     1678       +3     
- Partials      498      500       +2     

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

@marten-seemann marten-seemann merged commit 4790797 into master Feb 9, 2024
34 checks passed
mgjeong pushed a commit to mgjeong/quic-go that referenced this pull request Feb 13, 2024
…ion (quic-go#4322)

This technically violates the stateless reset handling logic described
in RFC 9000 section 10.3.1 (see comment), but it saves one map lookup in
the hot path.
@marten-seemann marten-seemann deleted the transport-stateless-reset-check branch February 18, 2024 14:40
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