Is ECN enabled if its enabled in SQM, even though net.ipv4.tcp_ecn = 0?

So im using SQM, with cake, ECN enabled for ingress.
But at the same time, the value of net.ipv4.tcp_ecn is 0

Does it matter? What setting wins?

1 Like

This only affects connections terminating at the router. SQM will use ECN marking if a packet indicates that it supports ECN (by either showing ECT(0) or ECT(1)).

Thank you @moeller0