Speedlimit with .NET sockets

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone knows if and how it is possible to limit the speed of a
connection to some kBytes / s?
 
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...
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top