-
There is customer demand for a s3 storage backend for iroh-bytes.
There are various use cases, one, from https://www.eqtylab.io/ , to serve from existing s3 buckets. Other projects that might find …
-
https://github.com/n0-computer/iroh/actions/runs/10451887810/job/28939192142?pr=2643
https://github.com/n0-computer/iroh/actions/runs/10456841664/job/28955119602
-
Quic-rpc needs an underlying transport that has very cheap substreams, like QUIC.
It would be quite cool to be able to use iroh-net, which is basically p2p quic with dial-by-nodeid.
I have a lot…
-
Currently the `iroh_net::magicsock::IoPoller` will return `Ready` as soon as any of the channels (udp-ipv4, upd-ipv6 or relay) could send. This very easily results in `Ready` to be returned to eagerl…
flub updated
2 months ago
-
These are the full logs of a test failure for `test_download_policies`. This is not a frequent failure at all so having the logs is a great opportunity to understand what's going on with this sync/doc…
-
This would enable the use of the code to connect and interact with a piglet/porky to be used in other places, such as a CLI, or integration with HomeAssistant or other apps, without having to do the n…
-
Can we make it easy for people from other languages to use iroh-net? Just open connections and streams?
The iroh-net API is unlikely to change that much, and I think it might be quite useful for de…
-
Hi, 👋
Using the code below, I can consistently reproduce
```rust
// #![cfg(feature = "mem-db")]
use std::str::FromStr;
use anyhow::{anyhow, Result};
use futures:: TryStreamExt;
use …
-
Sometimes the application knows about network path changes that Quinn may not detect immediately to. If the network changed significantly it can often be faster to reach optimal throughput and latenc…
-
Steps to reproduce:
- `cd iroh-one`
- `cargo build`
Expected: build without error.
Observed: build failure:
```
Compiling iroh-p2p v0.2.0 (/home/fabrice/dev/perso/beetle/iroh-p2p)
error…