Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我打算用C#来实现带宽控制系统。
我需要实现可以允许系统用户为计算机用户设置带宽速率的系统。
我怎样才能做到这一点?
也许你可以开始看看下面的问题: 限制带宽速度
您还可以考虑查看TokenBucket和LeakyBucket实现,以及一些速率限制概念,以便您实现自己的系统。