Network Output Buffering

212 views Asked by At

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.

0

There are 0 answers