tokio-proto
tokio-proto copied to clipboard
Enable configurating multiplex behavior
Adds a MultiplexConfig
struct that is used to configure how the
multiplexer behaves.
Remaining:
- [x] Tests
I was going to make an issue for not being able to specify max in flight requests but this PR looks like it covers that.
Yeah... I need to rebase it though..
Any progress on getting this merged? Am hitting some performance drops that I believe are related to MAX_IN_FLIGHT_REQUESTS = 32
.
Not yet... been busy. I definitely should get back to this.
Quick update, I've been pretty busy in the lower levels of the stack, but I'll be returning to give tokio-proto some love soon!