HomeSort by relevance Sort by last modified time
    Searched full:minburst (Results 1 - 8 of 8) sorted by null

  /external/iproute2/tc/
tc_cbq.h 7 int ewma_log, unsigned minburst);
tc_cbq.c 45 int ewma_log, unsigned minburst)
50 if (minburst == 0)
52 if (minburst == 1)
53 offtime *= pow(g, -(double)minburst) - 1;
55 offtime *= 1 + (pow(g, -(double)(minburst-1)) - 1)/(1-g);
q_cbq.c 30 fprintf(stderr, " [ minburst PKTS ] [ bounded ] [ isolated ]\n");
195 unsigned minburst=0, maxburst=0; local
226 } else if (matches(*argv, "minburst") == 0) {
228 if (get_u32(&minburst, *argv, 0)) {
229 explain1("minburst");
376 fprintf(stderr, "CBQ: avpkt is required for max/minburst.\n");
380 fprintf(stderr, "CBQ: bandwidth&rate are required for max/minburst.\n");
404 lss.offtime = tc_cbq_calc_offtime(bndw, r.rate, lss.avpkt, ewma_log, minburst);
q_tbf.c 92 strcmp(*argv, "minburst") == 0) {
95 fprintf(stderr, "Double \"mtu/minburst\" spec\n");
256 fprintf(f, "minburst %s ", sprint_size(mtu, b1));
m_police.c 172 strcmp(*argv, "minburst") == 0) {
175 fprintf(stderr, "Double \"mtu/minburst\" spec\n");
  /external/iproute2/man/man8/
tc-tbf.8 21 burst is also known as buffer and maxburst. mtu is also known as minburst.
113 mtu/minburst
115 If a peakrate is needed, but some burstiness is acceptable, this size can be raised. A 3000 byte minburst
129 minburst 1540
tc-cbq-details.8 39 .B ] [ minburst
114 .B minburst
322 specifying maxburst or minburst. Mandatory if specifying maxburst or minburst.
332 minburst
337 throttle for a longer period, and then pass minburst packets in one
338 go, and then sleep minburst times longer.
340 The time to wait is called the offtime. Higher values of minburst lead
tc-cbq.8 41 .B ] [ minburst
95 .B minburst
239 specifying maxburst or minburst. Mandatory if specifying maxburst or minburst.
249 minburst
254 throttle for a longer period, and then pass minburst packets in one
255 go, and then sleep minburst times longer.
257 The time to wait is called the offtime. Higher values of minburst lead

Completed in 147 milliseconds