> On 2 Mar, 2016, at 00:30, Dave Täht <[email protected]> wrote: > > E) count is 16 bits here, 32 bits in linux. Damned if I know what the > net effect of that is. We used saturating arithmetic in cake but it's > really hard to hit it at 32 bits.
Count used to be 16 bits in Linux too, and you noticed very bad effects in the "50:1 flows, 1:10 bandwidth" test which were corrected when I added the saturated arithmetic. The change to a 32-bit count came after that. - Jonathan Morton _______________________________________________ aqm mailing list [email protected] https://www.ietf.org/mailman/listinfo/aqm
