Thomas Eizinger
Thomas Eizinger
The ideal dependency graph in our workspace is still something that we are working on but the general idea is something like: - `firezone_tunnel`: Provides the actual tunnel interface used...
I don't understand why these are taking so long but it would be good to make them quicker. Things I've tried: - https://github.com/firezone/firezone/pull/6197: Only resulted in an improvement of -30s...
It would be useful to have a compile-time env variable of the current client that is being compiled. This would allow us to embed the version in the `SOFTWARE` attribute...
Currently, `quinn-udp` logs certain errors and returns `Ok(())` even if the packet did not get sent. For example, a common one we see is ``` 2024-08-21T00:34:51.104902Z WARN quinn_udp: sendmsg error:...
## Description Historically, examples and tests in `rust-libp2p` have used a mix of the `async-std` and `tokio` runtime. These days, both runtimes are equally well supported by the library but...
### Description We build an Android app against the NDK version installed on the GitHub runners. During updates to the runner images, the NDK appears to get bumped and the...
It would be great to tag releases going forward to enable a way of watching this repository without having to monitor its commits / PRs :)
Building on top of the gateway PR (#6941), this PR transitions the clients to the new control protocol. Clients are **not** backwards-compatible with old gateways. As a result, a certain...
In order to release the new control protocol to users, we need to bump the versions of the clients to 1.4.0. The portal has a version gate to only select...