-
Notifications
You must be signed in to change notification settings - Fork 2
Module Rate Bitrate Rate
Daniel Stolpmann edited this page Apr 19, 2024
·
1 revision
The bitrate rate module emulates a connection with a limited data rate based on a bitrate. It has to be combined with a queue module from which it dequeues packets at the configured rate. It adds a transmission delay to each packet, which is based on the packet size and the configured bitrate. The packet is buffered inside the module for the transmission delay. Afterwards, the packet is sent out and a new packet is dequeued from the connected queue module.