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