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
[192 byte] By [GeorgesPomp] at [2008-1-9]
# 1

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.

GabeFrost[MSFT] at 2007-10-3 > top of Msdn Tech,Windows Networking Development,Network Quality of Service (QoS/qWAVE)...
# 2

Hi Gabe,
I created a TC flow on the machine of destination
The Data are marked with the good value but not the ACK (all the ACK).
thank's

GeorgesPomp at 2007-10-3 > top of Msdn Tech,Windows Networking Development,Network Quality of Service (QoS/qWAVE)...