Max Inden

Results 899 comments of Max Inden

>> > Should we also optimistically start the search at the interface MTU >> >> Are there other projects using this optimistic approach? >> >> If I understand RFC 8899...

In the case where a client's path MTU is smaller than their local interface MTU, this would add a delay of 2*PTO to every connection establishment, right? If so, isn't...

> Yes. I _think_ this is a rare case, but maybe we add some telemetry first to confirm? How about we: 1. Role out PMTUD on Firefox Nightly without the...

We will need to update the following crates: ``` ➜ cargo tree --invert=rayon rayon v1.6.1 ├── style v0.0.1 │ ├── geckoservo v0.0.1 │ │ └── gkrust-shared v0.1.0 │ │ ├──...

``` ➜ mozilla-central git:(bookmarks/central) cargo update -p rayon --precise 1.7.0 Updating crates.io index Updating rayon v1.6.1 -> v1.7.0 ``` Neat. It seems to apply without issues. @larseggert I can create...

For the record, updating mozilla-central to a recent `rayon` version is happening through https://bugzilla.mozilla.org/show_bug.cgi?id=1933199.

> For the record, updating mozilla-central to a recent `rayon` version is happening through https://bugzilla.mozilla.org/show_bug.cgi?id=1933199. `rayon` `v1.10.0` landed in mozilla-central last night.

Other than the `rayon` (:heavy_check_mark:) update and the `windows-bindgen` audit, what else is missing @larseggert?

If it is audits only, I suggest to "handle that when we vendor neqo into m-c the next time". Though note, auditing `windows-bindgen` from scratch might be a significant undertaking.

I would like to hold back here for now. Larger context posted on Matrix: > **Upgrading mozilla-central to `windows-sys` `v0.59.0`** > > [phabricator#D220890](https://phabricator.services.mozilla.com/D220890) upgrades `neqo_glue` to use `quinn-udp` `v0.5.5`. >...