Hello DCaballero,
Well, since you are in control of what you send out of your application then
you would know how much data yer sending. In your send routine simply throttle
the usage to whatever you like.
-Boo
> Hi, I've seen on some applications like emule, options on limiting the
> amount of outgoing and incoming bandwith the application uses. How can
[quoted text clipped - 5 lines]
> Thanks for your help!
> David C.
DCaballero - 10 Jul 2006 15:00 GMT
Well the thing is, what we want to do, is limit bandwith of any or all
applications running on the PC.
This is for a corporate control software.
> Hello DCaballero,
>
[quoted text clipped - 13 lines]
> > Thanks for your help!
> > David C.
Carl Daniel [VC++ MVP] - 10 Jul 2006 15:15 GMT
> Well the thing is, what we want to do, is limit bandwith of any or all
> applications running on the PC.
>
> This is for a corporate control software.
You'd probably have to write a filter driver to control bandwidth of all
applications - definitely outside the scope of .NET entirely.
I'd suggest reposting in microsoft.public.win32.programmer.kernel.
-cd
DCaballero - 10 Jul 2006 23:20 GMT
Ooops! Would you know of any third party components that I could use in
.NET via Interop fot his?
> > Well the thing is, what we want to do, is limit bandwith of any or all
> > applications running on the PC.
[quoted text clipped - 7 lines]
>
> -cd
Carl Daniel [VC++ MVP] - 11 Jul 2006 06:17 GMT
>>> Well the thing is, what we want to do, is limit bandwith of any or
>>> all applications running on the PC.
[quoted text clipped - 8 lines]
> Ooops! Would you know of any third party components that I could use
> in .NET via Interop fot his?
Nope - but ask over in .kernel. Someone there just might (but don't get
your hope up).
-cd