开发者

Limit network speed on all computers

开发者 https://www.devze.com 2023-02-11 09:20 出处:网络
I want to create program in C#.NET to limit network speed on all computers开发者_开发技巧..any idea?Not really possible as that would require you to write a new driver, as the .net framework is too hi

I want to create program in C#.NET to limit network speed on all computers开发者_开发技巧..any idea?


Not really possible as that would require you to write a new driver, as the .net framework is too high level to have access to such interfaces.


Sheng, if you would like to sniff what is on the network, you may be able to do it with C# and pinvoke, you can have a look here:

http://www.mentalis.org/soft/projects/pmon/

or at sys internals's TCPView just to get inspired...

0

精彩评论

暂无评论...
验证码 换一张
取 消