aiortc / aioquic

QUIC and HTTP/3 implementation in Python
BSD 3-Clause "New" or "Revised" License
1.6k stars 229 forks source link

Limit the number of pending connection IDs marked for retirement. #486

Closed rthalley closed 3 months ago

rthalley commented 3 months ago

This prevents a possible DoS attack.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.59%. Comparing base (8b14b90) to head (c0fee4e). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #486 +/- ## =========================================== - Coverage 100.00% 99.59% -0.41% =========================================== Files 25 25 Lines 4967 4976 +9 =========================================== - Hits 4967 4956 -11 - Misses 0 20 +20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.