Floris Bruynooghe
Floris Bruynooghe
Could you be more specific to which error return values you would like to match on for different failure cases? In general you are right, and as iroh moves towards...
Huh, totally true. I'm afraid I mixed up the symbol, I am looking for IPV6_DONTFRAG: https://github.com/openbsd/src/blob/35659bf2453d7eeb12fd24089cf668ca13361c18/sys/netinet6/in6.h#L336 Also has been there since forever in OpenBSD, but I don't think is defined...
Hi @radiumatic, thanks for contributing! Did you see https://github.com/n0-computer/dumbpipe/pull/53 ? Is your approach substantially different?
> **Why not just publish all IP addrs, public and local, on mdns?** > > We could do this initially, but it's weird and definitely won't work nicely with `swarm_discovery`,...
I don't think there's an issue already, not sure if we need one. Maybe it makes sense. On Mon, 17 Jun 2024, at 10:21, Philipp Krüger wrote: > > >...
> There is a larger question here that I want to surface: do we want to have the local node discovery service pass on all possible network addrs of the...
Assigning to myself as @Frando is now OOO
@mepi262 the current implementation is racy and needs fixing. What makes you interested in this?
> Should we (well, I) maybe address [#2860 (comment)](https://github.com/n0-computer/iroh/discussions/2860#discussioncomment-11239318) in here too? > > > What's the relationship between [Endpoint::conn_type_stream](https://docs.rs/iroh-net/0.28.1/iroh_net/endpoint/struct.Endpoint.html#method.conn_type_stream) and [Connection::remote_address](https://docs.rs/iroh-net/0.28.1/iroh_net/endpoint/struct.Connection.html#method.remote_address)? It seems like remote_address should be deprecated and...
> > Looks good! Any reason this is still draft? > > > I think this PR just introduces the watchable, follow-up PRs can start using it. > > Ah...