Simulating network latency for localhost connection on Windows 7
Posted
by
nitro2k01
on Super User
See other posts from Super User
or by nitro2k01
Published on 2013-10-17T15:27:44Z
Indexed on
2013/10/17
22:01 UTC
Read the original article
Hit count: 245
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.
© Super User or respective owner