Skip to content

Commit cb93c99

Browse files
Use 50 micros EQUAL_THRESHOLD.
For consistency with quiche-mallard e910ce7
1 parent 118667c commit cb93c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quiche/src/recovery/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ impl ReleaseTime {
513513
}
514514

515515
impl ReleaseDecision {
516-
pub(crate) const EQUAL_THRESHOLD: Duration = Duration::from_micros(35);
516+
pub(crate) const EQUAL_THRESHOLD: Duration = Duration::from_micros(50);
517517

518518
/// Get the [`Instant`] the next packet should be released. It will never be
519519
/// in the past.

0 commit comments

Comments
 (0)