Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid spurious PMTUD resets (#2293)
* fix: Avoid suprious PMTUD resets Previously, after PMTUD had completed, we could end up restarting PMTUD when packet loss counters for packets larger than the current PMTU exceeded the limit. We're now making sure to not do that. * WIP * Nits * Update path.rs Co-authored-by: Martin Thomson <[email protected]> Signed-off-by: Lars Eggert <[email protected]> * Fix condition * Update neqo-transport/src/path.rs Co-authored-by: Max Inden <[email protected]> Signed-off-by: Lars Eggert <[email protected]> * Fixes and test refactoring * Update neqo-transport/src/pmtud.rs Co-authored-by: Max Inden <[email protected]> Signed-off-by: Lars Eggert <[email protected]> * Fixes --------- Signed-off-by: Lars Eggert <[email protected]> Co-authored-by: Martin Thomson <[email protected]> Co-authored-by: Max Inden <[email protected]>
- Loading branch information