good first issue
Métriques du dépôt
- Stars
- (6 975 stars)
- Métriques de merge PR
- (Merge moyen 3j 9h) (5 PRs mergées en 30 j)
Description
We have a few p.recovery.pto * 3 calculations scattered throughout the codebase. These seem to be used for calculating timeouts. It would be nice to have this logic extracted into its own function.
Examples:
- https://github.com/cloudflare/quiche/blob/83f919f0dcf49f973f8f425a4dcd5754fc47fe33/quiche/src/lib.rs#L8452-L8455
- https://github.com/cloudflare/quiche/blob/83f919f0dcf49f973f8f425a4dcd5754fc47fe33/quiche/src/lib.rs#L3233
- https://github.com/cloudflare/quiche/blob/83f919f0dcf49f973f8f425a4dcd5754fc47fe33/quiche/src/lib.rs#L4706