Closed lijunwangs closed 1 year ago
Hi Ben/Dirkjan, can you please review the backport implementation of https://github.com/quinn-rs/quinn/commit/e652b6d999f053ffe21eeea247854882ae480281 to the 0.10.x release? @Ralith @djc
This looks good so far, but did you also want to disable version negotiation and stateless reset packets under the heavily loaded condition?
Great point! I reviewed the implementation in main -- we were suppressing version negotiation and stateless reset packets as well. I will add these into the consideration as well to keep it consistent and more robust.
Backport e652b6d999f053ffe21eeea247854882ae480281 from main to 0.10.x branch.
The implementation is different from the main branch due to the refactoring happened to main branch.