On Mon, Sep 8, 2025 at 10:34 AM <chia-yu.ch...@nokia-bell-labs.com> wrote: > > From: Ilpo Järvinen <i...@kernel.org> > > The AccECN option ceb/cep heuristic algorithm is from AccECN spec > Appendix A.2.2 to mitigate against false ACE field overflows. Armed > with ceb delta from option, delivered bytes, and delivered packets it > is possible to estimate how many times ACE field wrapped. > > This calculation is necessary only if more than one wrap is possible. > Without SACK, delivered bytes and packets are not always trustworthy in > which case TCP falls back to the simpler no-or-all wraps ceb algorithm. > > 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>