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

Limit size of encrypted packet queue #632

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Conversation

MarcoPolo
Copy link

Same as #628, but this one targets master

Copy link

codecov bot commented Apr 30, 2024

Codecov Report

Attention: Patch coverage is 77.27273% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 80.07%. Comparing base (fbbdf66) to head (9be049c).

Files Patch % Lines
conn.go 80.00% 5 Missing and 3 partials ⚠️
resume.go 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #632      +/-   ##
==========================================
- Coverage   80.09%   80.07%   -0.03%     
==========================================
  Files         101      101              
  Lines        5306     5324      +18     
==========================================
+ Hits         4250     4263      +13     
- Misses        683      686       +3     
- Partials      373      375       +2     
Flag Coverage Δ
go 80.10% <77.27%> (-0.03%) ⬇️
wasm 63.90% <77.27%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Sean-Der Sean-Der force-pushed the limit-enc-packets-master branch 2 times, most recently from 362cd64 to e11d429 Compare June 1, 2024 04:02
Before we would queue unbounded encrypted data until the handshake
finished/timed out. This sets a limit of 100 packets until the handshake
completes.
@Sean-Der Sean-Der merged commit edc7ad0 into master Jun 1, 2024
16 checks passed
@Sean-Der Sean-Der deleted the limit-enc-packets-master branch June 1, 2024 04:05
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

3 participants