Reputation: 57322
In some unix flavours you can emulate a slow network connection to, say 4KB/s using
sudo ipfw pipe 1 config bw 4KByte/s
sudo ipfw add 100 pipe 1 tcp from any to me 80
Is there an equivalent in Windows?
Upvotes: 4
Views: 1937
Reputation: 1169
then you will find "bandwidth percentage limiter", set it and click "OK."
Upvotes: 6