On Fri, Aug 15, 2025 at 1:39 AM <chia-yu.ch...@nokia-bell-labs.com> wrote: > > From: Ilpo Järvinen <i...@kernel.org> > > AccECN byte counter estimation requires delivered bytes > which can be calculated while processing SACK blocks and > cumulative ACK. The delivered bytes will be used to estimate > the byte counters between AccECN option (on ACKs w/o the > option). > > Non-SACK calculation is quite annoying, inaccurate, and > likely bogus.
Does it mean AccECN depends on SACK ? > > Signed-off-by: Ilpo Järvinen <i...@kernel.org> > Signed-off-by: Chia-Yu Chang <chia-yu.ch...@nokia-bell-labs.com> > Acked-by: Paolo Abeni <pab...@redhat.com> Reviewed-by: Eric Dumazet <eduma...@google.com>