Loading request...
User requests the ability to apply bandwidth rate limiting on an application basis rather than per connection, as the current per-connection limit can result in higher-than-intended bandwidth for protocols like HTTP.
First off, toxiproxy is awesome. When setting maximum bandwidth, I expected the rate limiter to be applied on an application basis, but it seems to be limiting rate per connection? With http, this typically means 6x the bandwidth I intended. I think applying rate limit per app is would be useful, any way to consider that in the future?