You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there is support for adding delay for the packets to be dequeued from the Queue module. I currently see that there is support to limit the number of packets/bits that can be sent per second. But, is there any way I can add delay for every packet before its dequeued?
Thanks.
The text was updated successfully, but these errors were encountered:
You can mimic this behavior by connecting a Bypass module after your Queue and tweaking its cycles_per_packet parameter to meet your needs (make sure your CPU runs at a fixed frequency).
Hello,
I was wondering if there is support for adding delay for the packets to be dequeued from the Queue module. I currently see that there is support to limit the number of packets/bits that can be sent per second. But, is there any way I can add delay for every packet before its dequeued?
Thanks.
The text was updated successfully, but these errors were encountered: