I need to test an application, and I need a way to programmatically cause network failure intermittently.
The failure has to be on and off, and it has to happen really fast, in order to test all failure point in the application.
How to programmatically cause intermittent network failure?
I'm trying to do this on a Windows 2003 machine.