المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Network speed limitation



C# Programming
09-11-2009, 01:59 PM
Hi

I'm trying to do a little application to monitor Network traffic and limit the global speed. It's something like NetLimiter.
So, until now, i managed to get all network interfaces and the information for each one(like download and upload speed, bytes send and received,...). I also have information about all network connections and windows processes.
Now, i don't know how to limit the max speed to a given network interface and how to know which process is using which connection.

I know this is not a very good explanation but my english is quite limited.

Thank's