Asmir Avdicevic
Asmir Avdicevic
Implement a perf crate which will be used to benchmark primarily `iroh-net` (in comparison to `quinn` & `s2n-quic`) as a protocol benchmark, but also possibly other areas of the iroh...
Usage reporting on the relays is not async and holds back other relay work, also it has rotted enough that it's no longer useful. Need to revisit this code.
## Description ## Breaking Changes ## Notes & open questions ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [...
Last ~20 days or so we have started seeing CI jobs fail due to stuff seemingly timing out. The ones affected I've seen so far are: netsim, cross tests, docker....
This reverts commit 5e40fe138f9581a195d47c251992e3de8b1ec8c1. ## Description ## Breaking Changes ## Notes & open questions ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),...
## Description Test running CI by setting the x86_64 target or arm mac runners to see if we can reproduce https://github.com/n0-computer/iroh/issues/2844 ## Breaking Changes ## Notes & open questions ##...
The current implementation of derper does not support wildcard certs. [This](https://letsencrypt.org/docs/challenge-types/) describes the possible challenge methods and which are compatible with `*.domain.tld` certificates.
I'm looking to run the governor with a rate limit of >~4GB/s ie 10GB/s which cannot be specified with the u32 values passed into `Quota`. I understand this might be...
This surfaced when fixing the 0rtt flakes in https://github.com/n0-computer/iroh/pull/3496 Originally the PR also invalidated old paths for the same IP when a new one is encountered, which happened if you...