TC API and TCP socket
Hello,
I have a problem with dscp tagging for tcp socket
indeed when I send a tcp socket, the ACK (for the connection) are not tagged.
How I can change that
thank's
The TC flow acts only on traffic sent from a machine. The ACK is not generated by the machine with the TC flow, but rather from the destination machine. To get the ACK prioritized as well, you would have to create a TC flow on that machine.