Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(iroh): Do not set low max streams in builder (#2593)
## Description This removes the max streams in the builder. This makes little sense when users are allowed to create their custom protocol. right now both uni and bidirectional streams default to 100 max, which is reasonable for now. We should allow fully customising the TransportConfig later. ## Breaking Changes I don't think this counts as a breaking change. If we want to lower one of these later it would be, but we're probably fine with 100 by default? ## Notes & open questions See #2592 ## Change checklist - [x] Self-review. - [x] 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. - [ ] Tests if relevant. - [x] All breaking changes documented.
- Loading branch information