Hi guys,
Is it possible with Java to delay packets?
Basically what I want to do is add X ms to every packet going out from a computer to simulate latency, eventually I would add in packet loss etc, but for now, my main concern is just adding delay to packets to increase ping.
I've read from a few different forums where people have asked something similar, and people have said it's not possible. If so, why is it not possible?
Thanks