Thomas Eizinger
Thomas Eizinger
A significant advantage of mise over asdf are some of the security features: - Mise can create a lockfile, strictly pinning the versions of tools we are using. - Mise...
> LGTM. So the other approach to this would be to add routes for our load balancers to a non-Firezone interface, but I suppose determining that reliably might be tricky....
Actually, we may be able to just redirect the output in the scheduled task. I'll do some research.
> Seems there may still be an issue on the Android client in the disconnect? Yeah, will be fixed by #9415.
This code-path seems to only exist for macOS when `apple-fast-path` feature is not used. I wonder why we only check it there. I think the easiest to do here would...
Here is how we are segmenting the buffers to take advantage of GRO: https://github.com/firezone/firezone/blob/3ff31e3a33f923c876e59503ba23497bf6447474/rust/connlib/socket-factory/src/lib.rs#L502-L633 GSO is also non-trivial: https://github.com/firezone/firezone/blob/3ff31e3a33f923c876e59503ba23497bf6447474/rust/connlib/socket-factory/src/lib.rs#L375-L394 Also see #2201. > However, there is still an issue that...
> I was previously using it by passing one large buffer and letting it fill up the buffer with `stride < len`. However, I should be passing to it a...
> Servicing multiple buffers is done via the many-message syscalls, e.g. `sendmmsg` and `recvmmsg` on Linux. `quinn-udp` used to support those IIRC but I think it got removed because a...
The website jobs are among the faster ones, no? I am worried that this creates a fair amount of overhead when it comes to changelog entries. I'd like to see...
Right now, the repository already contains the latest 1.5.8 release. I'll test this on a fresh Ubuntu VM to make sure it works.