tokio-proto icon indicating copy to clipboard operation
tokio-proto copied to clipboard

Enable configurating multiplex behavior

Open carllerche opened this issue 8 years ago • 5 comments

Adds a MultiplexConfig struct that is used to configure how the multiplexer behaves.

Remaining:

  • [x] Tests

carllerche avatar Jan 09 '17 20:01 carllerche

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.

aajtodd avatar Jan 28 '17 13:01 aajtodd

Yeah... I need to rebase it though..

carllerche avatar Feb 02 '17 23:02 carllerche

Any progress on getting this merged? Am hitting some performance drops that I believe are related to MAX_IN_FLIGHT_REQUESTS = 32.

jonhoo avatar Apr 10 '17 22:04 jonhoo

Not yet... been busy. I definitely should get back to this.

carllerche avatar Apr 15 '17 03:04 carllerche

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!

carllerche avatar Apr 26 '17 17:04 carllerche