net/colo-compare.c: Fix ACK track reverse issue
commitfb5eca4a571e303aafac7130abd66adc184aae72
authorZhang Chen <chen.zhang@intel.com>
Thu, 18 Nov 2021 03:20:10 +0000 (18 11:20 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 19 Nov 2021 03:44:22 +0000 (19 11:44 +0800)
treeac8ddf64ae248d986f62269539cb37e484a1a7b7
parentd05dcd94aee88728facafb993c7280547eb4d645
net/colo-compare.c: Fix ACK track reverse issue

The TCP protocol ACK maybe bigger than uint32_t MAX.
At this time, the ACK will reverse to 0. This patch
fix the max_ack and min_ack track issue.

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/colo-compare.c