Results 78 comments of Kasey

We have largely done what is mentioned in this issue: 1) we've decided the address book is ephemeral 2) users must subscribe to the discovery stream to get any passively...

we no longer maintain code in iroh for secret key storage

We have timeouts in our implementation of the discovery trait, but we should include timeouts in our `DiscoveryTask` (which spawns and runs discovery) so that if other implementations of Discovery...

the iroh API is wildly different than what it was when this issue was created. However, for posterity, if you want to specific a specific listening port for your iroh::Endpoint,...

## TODOS - [ ] Add API to mDNS discovery to add a mapping function that let's users filter the kinds of addrs they want to publish, as well as...

A note on this PR. In prep for the ability to add custom transports, we want to re-work this PR to be a model for how to add those in...

Hi! We will talk about this internally, but if it's helpful: We tend to use `RelayMode::Disabled` in our own tests when we want to force direct connections on localhost and...

relates to https://github.com/n0-computer/iroh/pull/3482