Does anyone know how often WRED calculates the average queue length? I know the general formula for AVG_Q(t) for time=t, with exponential weight=n isAVG_Q(t) = (AVG_Q(t-1) * (1-(1/2^n)) + (CURRENT_Q * 1/2^n)So, for a standard n=9, the formula become...