Limiting max speed of sockets
Posted
by Lodle
on Stack Overflow
See other posts from Stack Overflow
or by Lodle
Published on 2010-04-17T00:39:00Z
Indexed on
2010/04/17
0:43 UTC
Read the original article
Hit count: 521
I'm using raw sockets on windows and I'm trying to find a way to limit the max connection speed over a group of sockets.
For example I have 3 sockets to 3 servers and want to limit total download speed to 1mb.
I googled and cant find any thing related. Any ideas?
© Stack Overflow or respective owner