I need to simulate network latency to a program running on the local computer, connecting to a local service. Thus far I have tried dummynet (a windows build of ipfw) which I got working after some trial and error. While it generally works, I can't seem to get it to filter localhost traffic. Even after adding a rule from any to any which affects external traffic, this makes no difference for local connections. I would appreciate if anyone knows how to simulate local latency using dummynet or a different tool. The tool should be able to simulate latency generically in IP packets, (TCP and UDP) and not be protocol specific.
Asked
Active
Viewed 1.1k times
6
nitro2k01
- 2,461
2 Answers
2
If you're just testing HTTP traffic the Fiddler Web Debugger is pretty easy to use. You just select the stream, flip to the AutoResponder tab, select "Add Rule", then right click on the rule and select "Set Latency".
heavyd
- 65,321
