Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay for packets inside the Queue #1057

Open
prasadakhil97 opened this issue Feb 7, 2025 · 2 comments
Open

Delay for packets inside the Queue #1057

prasadakhil97 opened this issue Feb 7, 2025 · 2 comments

Comments

@prasadakhil97
Copy link

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.

@levaitamas
Copy link
Contributor

Hi @prasadakhil97,

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).

@prasadakhil97
Copy link
Author

Thanks @levaitamas for the suggestion. Will check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants