This is a time based rate limiter for use in network testing. When doing
network tests it is often useful to test at reduced bandwidths. The existing
Token Bucket Filter provides rate control, but causes bursty traffic that
can cause different performance than real world. Another alternative is
the
Patrick McHardy wrote:
Patrick McHardy wrote:
Stephen Hemminger wrote:
+struct tc_rlim_qopt
+{
+__u32 limit;/* fifo limit (packets) */
+__u32rate;/* bits per sec */
This seems a bit small, 512mbit is the maximum rate.
Its 4gbit of course, so I guess its eno
On Sat, 08 Dec 2007, Patrick McHardy wrote:
> Patrick McHardy wrote:
> > Stephen Hemminger wrote:
> >>
> >> +struct tc_rlim_qopt
> >> +{
> >> +__u32 limit;/* fifo limit (packets) */
> >> +__u32rate;/* bits per sec */
> >>
> >
> > This seems a bit small, 512mbit is
Patrick McHardy wrote:
Stephen Hemminger wrote:
+struct tc_rlim_qopt
+{
+__u32 limit;/* fifo limit (packets) */
+__u32rate;/* bits per sec */
This seems a bit small, 512mbit is the maximum rate.
Its 4gbit of course, so I guess its enough :)
--
To unsubscrib
Stephen Hemminger wrote:
This is a time based rate limiter for use in network testing. When doing
network tests it is often useful to test at reduced bandwidths. The existing
Token Bucket Filter provides rate control, but causes bursty traffic that
can cause different performance than real world.
This is a time based rate limiter for use in network testing. When doing
network tests it is often useful to test at reduced bandwidths. The existing
Token Bucket Filter provides rate control, but causes bursty traffic that
can cause different performance than real world. Another alternative is
the