commit | eee2faabc63d863a129000b698a2bca54dff643d | [log] [tgz] |
---|---|---|
author | Alexey Kodanev <alexey.kodanev@oracle.com> | Wed Feb 22 13:23:56 2017 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 22 16:35:58 2017 -0500 |
tree | 14f835fc3953a86d3bc533d8d918f3664f5365c7 | |
parent | 00355fa5bb89840c48eb11eb6d84c6c3b128a839 [diff] |
tcp: account for ts offset only if tsecr not zero We can get SYN with zero tsecr, don't apply offset in this case. Fixes: ee684b6f2830 ("tcp: send packets with a socket timestamp") Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>