Floris Bruynooghe
Floris Bruynooghe
iroh already sends over a size hint of the total size being sent over. That is only once the transfer is started, so you need to establish the connection first....
There's also a old issue (which I can't find now) that's about preserving the original filename in an attachment, when a name is suggested to save it. If working on...
> Events are stored in memory and may be dropped if the process crashes or if the channel overflows. - Is the process crashing really an issue? Relying on evens...
is this still alive? should we get it done?
if there isn't a single flaky instance of this let's move it back to not flaky. if it turns out flaky again it'll be moved back to the sin bin...
Let's try to close this again. The staggered DNS approach seems successful.
question is whether that really is any better. It is only incidental that the derper connection is TCP (and a little unfortunate). As far as quinn is concerned it is...
You can use `MagicEndpoint::local_endpoints` as the indicator for when all the things like `MagicEndpoint::local_addr` and `MagicEndpoint::my_relay` and `MagicEndpoint::my_addr` are available. I agree this is all pretty ugly and we should...
We used to have this on the old beetle repo, we might be able to copy most of that.
I guess that could be as simple as a`ToString`/`Display` impl? I don't think we'd be working on it but I don't see why we wouldn't accept it as a PR>