Hi,
I am trying to implement ACK packet prioritization, but its not working properly. Below is the rule that I am implementing.
add action=mark-packet chain=prerouting disabled=no in-interface=lan new-packet-mark=QoS_ACK packet-size=0-120 passthrough=no protocol=tcp tcp-flags=ack,!fin,!syn,!rst,!psh,!urg,!ece,!cwr
I have other protocol prioritization working fine, which includes P2P, SMTP, HTTP and Some Listed IPs.
But when I implement ACK based prioritization, for some reason I feel that the performance of internet goes down.
Can someone point out to me how can I properly implement this.