kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
2 stars 7 forks source link

Add in rate limits to Open Flow Message Out #464

Open Ktmi opened 3 months ago

Ktmi commented 3 months ago

This is part of the discussion in #454, and something we expect to do with #245, but I think it should be mapped into an issue, in case we take a different route. Essentially, we want to have rate limits per connection to a switch on Kytos. This can either be done through rate limits on core queues, or by rate limits on the connection send function. Either would be doable.