RevenantX / LiteNetLib

Lite reliable UDP library for Mono and .NET
https://revenantx.github.io/LiteNetLib/index.html
MIT License
3k stars 489 forks source link

Is it possible to consider adding a flow control feature? #544

Open MartinLutherSu opened 4 months ago

MartinLutherSu commented 4 months ago

So far, I've used a custom traffic control policy at the upper business level of my project, but I'm wondering if you can give per-client an ingress rate limit from a lower level of logic.

This is just a suggestion, just like any other server framework such as ENET, which has this function, by giving two options incoming and outcoming rate limit.