Linus Färnstrand
Linus Färnstrand
It's possible that this has small CPU benefits as well due to each waker being simpler than "support all waking methods". However it's really hard to measure. It's hard because...
This is being implemented in #35
Merged as part of #35
Got stuck on clap requiring newer rustc. I'm really not a proponent for strict MSRV. But it's a bit silly to require clap here. I created https://github.com/bheisler/criterion.rs/issues/781 to see if...
I just upgraded loom by quite a few versions. Can you still reproduce the issue?
Hi, Yeah we know the current UDP-over-TCP implementation has a much larger performance impact, especially over high latency connections, compared to raw/fake TCP/udp connections. However, it's not possible to use...
I don't understand the problem. How is Mullvad involved? Can you please explain your setup in more detail?
Thanks for wanting to contribute! Can you please try to minimize changes to `Cargo.lock`? :pray: This PR pulls in `serde_derive` and does a bunch of other things it probably should...
Would it make sense to try to upstream FreeBSD support to `ioctl-sys` instead/also? They [added OpenBSD support](https://github.com/codyps/ioctl/commit/0518e5f9169194b3529a2d9e0a817209d675db2e) a while back, so looks like it should be possible?
There has been internal discussions about providing an advanced setting for disabling adding firewall rules. But this turns out to be pretty tricky. Because of the policy based routing we...