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

TCP reassembly - support closing connection with FIN + RST on one side #1496

Merged
merged 12 commits into from
Sep 25, 2024

Merge branch 'dev' into bug#1450

1671b7d
Select commit
Loading
Failed to load commit list.
Merged

TCP reassembly - support closing connection with FIN + RST on one side #1496

Merge branch 'dev' into bug#1450
1671b7d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 25, 2024 in 0s

82.87% (-0.02%) compared to bd7884b

View this Pull Request on Codecov

82.87% (-0.02%) compared to bd7884b

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.87%. Comparing base (bd7884b) to head (1671b7d).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1496      +/-   ##
==========================================
- Coverage   82.88%   82.87%   -0.02%     
==========================================
  Files         273      273              
  Lines       46205    46220      +15     
  Branches     9492     9533      +41     
==========================================
+ Hits        38299    38305       +6     
- Misses       7050     7057       +7     
- Partials      856      858       +2     

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