如何限制IP地址的客户端带宽? (德尔福)

发布于 2024-11-04 04:18:49 字数 557 浏览 0 评论 0原文

我们有一个 LAN 网络和一个 ADSL 路由器,我想构建一个应用程序来控制客户端的流量,实际上我想在网络中共享 Internet 并限制客户端的带宽。

请注意,客户端中没有任何应用程序连接到服务器,只有服务器中的一个应用程序应该控制流量。

当客户端应用程序使用 Indy 组件更改和设置其 IOHandler 连接到服务器时,我可以限制客户端应用程序的带宽,但客户端计算机中没有任何客户端应用程序,我想通过 IP 地址(或主机名)来限制客户端应用程序的带宽)! , 是否可以 ?! 事实上,我们在网络中有一些 IP 地址,我们应该限制使用这些 IP 地址的流量...

Zarko Gajic 先生有一个例子:

http://delphi.about.com/od/fullcodeprojects/l/aa112903a.htm

但它只是用于监控,我想控制流量...

我该怎么办它 ?!

谢谢之前...

We have a LAN Network and a ADSL Router , I want to build an Application to control traffics of Clients , in fact I want to share Internet in Network with limiting bandwidth of clients .

be careful that there is no any application in clients that connected to the server , just one application in Server that it should control the traffics .

I can limit bandwidth of an Client Application when it connect to the Server with Changing ans Setting it`s IOHandler using Indy Components , but there is no any Client Application in Client Computers , and I want to do that by IP Address ( or Host Name ) ! , is it possible ?!
in fact , we have some IP Address in a Network and we should limit traffic using of these IP Addresses ...

there is an example from Mr Zarko Gajic :

http://delphi.about.com/od/fullcodeprojects/l/aa112903a.htm

but it`s only for monitoring , I want to Control the Traffic ...

How can I do it ?!

thanks before ...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

唯憾梦倾城 2024-11-11 04:18:49

基本上,您需要编写一个代理,通过代理路由所有流量,跟踪和计算每个客户端带宽,并开始延迟请求过多的客户端。除非您有充分的理由自己编写,否则有现成的解决方案,即 Squid (https ://serverfault.com/questions/79824/limiting-bandwidth-dynamically-in-squid)。

Basically you wold need to write a proxy, route all traffic through the proxy, track and calculate each client bandwidth, and start to delay clients that request too much. Unless you have a good reason to write your own, there are ready-made solutions, i.e. Squid (https://serverfault.com/questions/79824/limiting-bandwidth-dynamically-in-squid).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文