I have a program running and it connects to a UDP port to perform multi-casting. I'm trying to simulate a network failure where that process cannot reach the UDP endpoint but everything else still works.
I used CurrPorts but that allows me to forcibly close TCP connections, can't do much with UDP connections using that tool.
Is there a way I can simulate a network failure for just that port ?