How to simulate packet loss on Unix domain socket using an external tool?
I want to simulate packet loss and latency variations on a Unix domain socket used for IPC.
I was hoping to find some external tool like Linux’s traffic control
or iproute2
but
I couldn’t find any.