commit | 63f367d9de77b30f58722c1be9e334fb0f5f342d | [log] [tgz] |
---|---|---|
author | Yuchung Cheng <ycheng@google.com> | Tue Jul 27 10:42:57 2021 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 27 20:07:21 2021 +0100 |
tree | 5874aa7670d338a36e65619d7e5400be0d22ee81 | |
parent | 409f386b8e5d69ba5b13bb94618b6b668a7a3736 [diff] |
tcp: more accurately detect spurious TLP probes Previously TLP is considered spurious if the sender receives any DSACK during a TLP episode. This patch further checks the DSACK sequences match the TLP's to improve accuracy. Signed-off-by: Yuchung Cheng <ycheng@google.com> Acked-by: Neal Cardwell <ncardwell@google.com> Acked-by: Priyaranjan Jha <priyarjha@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>