How can I hold the packets generated from a server until an external signal is delievered. On receiving the signal the host hosting the server should release the packets?
I think it can be done with qdisc
module in kernel but i don't know how to use it specifically for this case. a simple working example is required.
Any other way is also fine.