commit | 6f5009c38cafad883212810a2219479a8ff408c0 | [log] [tgz] |
---|---|---|
author | Zhang Chen <zhangchen.fnst@cn.fujitsu.com> | Tue Sep 05 14:31:04 2017 +0800 |
committer | Jason Wang <jasowang@redhat.com> | Fri Sep 08 08:18:47 2017 +0800 |
tree | 7fc774290b6a1249c293345fbb666dbca7f51fa6 | |
parent | 757704f1b7bffd441101bdab0bbcff27cd11ab34 [diff] |
net/colo-compare.c: Optimize unpredictable tcp options comparison When network is busy, some tcp options(like sack) will unpredictable occur in primary side or secondary side. it will make packet size not same, but the two packet's payload is identical. colo just care about packet payload, so we skip the option field. Signed-off-by: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> Signed-off-by: Jason Wang <jasowang@redhat.com>