Does anyone knows if and how it is possible to limit the speed of a
connection to some kBytes / s?

Re: Speedlimit with .NET sockets by Vadym

Vadym
Fri Sep 23 06:01:31 CDT 2005

Basically network traffic limiting is made in the LSP ( Layered Socket
Provider ). More advanced programs use device drivers for that...

So no .NET here.

AFAIK you can develop an LSP or device driver endpoint ( unmanaged ) and
control endpoint ( managed ).

If you will consider device driver solution - there are already sample
drivers that can nearly satisfy your needs...

--
Vadym Stetsyak aka Vadmyst

"ozerfrettelter" <ozerfrettelter@discussions.microsoft.com> wrote in message
news:4A2302DF-16B3-4FF0-9956-6CDE961C6493@microsoft.com...
> Does anyone knows if and how it is possible to limit the speed of a
> connection to some kBytes / s?



Re: Speedlimit with .NET sockets by ozerfrettelter

ozerfrettelter
Fri Sep 23 07:36:05 CDT 2005

Thanks! I hoped it would be a much easier task to do. I don't know anything
about a Layerd Socket Provider but I guess I'll find out.

"Vadym Stetsyak" wrote:

> Basically network traffic limiting is made in the LSP ( Layered Socket
> Provider ). More advanced programs use device drivers for that...
>
> So no .NET here.
>
> AFAIK you can develop an LSP or device driver endpoint ( unmanaged ) and
> control endpoint ( managed ).
>
> If you will consider device driver solution - there are already sample
> drivers that can nearly satisfy your needs...
>
> --
> Vadym Stetsyak aka Vadmyst
>
> "ozerfrettelter" <ozerfrettelter@discussions.microsoft.com> wrote in message
> news:4A2302DF-16B3-4FF0-9956-6CDE961C6493@microsoft.com...
> > Does anyone knows if and how it is possible to limit the speed of a
> > connection to some kBytes / s?
>
>
>