[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 692] Re: interesting behavior
Nobuaki Takahashi wrote:
> ... but I still have one more question about this issue, when
> the data stream suspended in the case like this, do the bursty
> packets will be discarded? or kept in the kernel for a while to
> smooth the output data stream?
The suspention time for the class is only 26usec (shown as offtime
in the altqstat output) but the timer granularity is too coarse and
it takes much longer to actually resume the class.
As a result, arriving packets during this period are stored in the
queue until the queue overflows. The class actually lost several
packets (shown as "drops" in the altqstat output).
-Kenjiro