search for: 5000bit

Displaying 1 result from an estimated 1 matches for "5000bit".

Did you mean: 3000bit
2004 Jul 01
3
Using Token Bucket Filter to simulate a low bandwidth radio link
...link that has variable bandwidth and availability. The basic bandwidth could be as low as 500 bits/sec but will generally be about 4000 bits/sec. If the simulated radio link is unavailable (zero bandwidth) then packets should be queued until a link is re-established. i.e. Initial bandwidth is 5000bits/sec then to 0 bits/sec and back to 5000bits/sec However, I am having several different problems Problem 1: Setting a very low bandwidth tbf - if the rate is less than my ethernet MTU size then packets appear to just get thrown away Problem 2: Preventing packets being sent instantaneously then...