Create a bandwidth control system

夙愿已清 提交于 2020-01-24 01:08:07

问题


I plan to use C# to implement the bandwidth control system.

I need to implement the system that can allow the system user to set a bandwidth rate to the computer user.

How can I do that?


回答1:


Maybe you can begin to have a look at the following question: Limit Bandwidth Speeds

You might also consider having a look at TokenBucket and LeakyBucket implementations, as well as some Rate Limiting concept, for you to implement your own system.



来源:https://stackoverflow.com/questions/5908695/create-a-bandwidth-control-system

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!