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?
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?
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