In one of our client-server application, we need to test the behavior of application when socket connections are lost due to various reasons. For this test, we need to simulate a program that can forcefully break the connections on a specific port on server every few seconds. This way we can test the behavior of how the connected clients react to such connection breakages.
Please suggest me if I can do this in my code or I can use this with any free software.
EDIT: We know the port at which we need to block connections for few milliseconds or seconds.