Friedel Ziegelmayer

Results 767 comments of Friedel Ziegelmayer

One contributing bug was https://github.com/n0-computer/iroh/issues/2876

``` ---- http::tests::test_doh stdout ---- thread 'http::tests::test_doh' (6480) panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.22/src/fmt/mod.rs:1247:16: Unable to install global subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set") note: run with `RUST_BACKTRACE=1` environment...

This was not fully done yet, we don't yet check for latency, only if there is an IP path.

which seems to be limited to ``` #[cfg(any( target_os = "android", target_os = "fuchsia", target_os = "linux" ))] ```

> A great starting point that should cover most people's use cases is to allow binding to multiple IPv4 and IPv6 addresses, yeah! That will not be possible easily, as...

We will be able to add this feature once we introduce transport abstractions, allowing multiple IP based transports, each bound to a different interface. So it is planned, but will...