diff options
author | Eric Dumazet <edumazet@google.com> | 2017-04-26 21:10:55 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-27 11:46:15 -0400 |
commit | 4b726e81dab2cefefd2c1cb00e3074ac0eec4b15 (patch) | |
tree | afceb2af54f0c3ef5ce6b51d7b65dfcfc181fd17 /lib | |
parent | b1513c35317c106a1588f3ab32f6888f0e2afd71 (diff) | |
download | op-kernel-dev-4b726e81dab2cefefd2c1cb00e3074ac0eec4b15.zip op-kernel-dev-4b726e81dab2cefefd2c1cb00e3074ac0eec4b15.tar.gz |
tcp: tcp_rack_reo_timeout() must update tp->tcp_mstamp
I wrongly assumed tp->tcp_mstamp was up to date at the time
tcp_rack_reo_timeout() was called.
It is not true, since we only update tcp->tcp_mstamp when receiving
a packet (as initially done in commit 69e996c58a35 ("tcp: add
tp->tcp_mstamp field")
tcp_rack_reo_timeout() being called by a timer and not an incoming
packet, we need to refresh tp->tcp_mstamp
Fixes: 7c1c7308592f ("tcp: do not pass timestamp to tcp_rack_detect_loss()")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Soheil Hassas Yeganeh <soheil@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Cc: Yuchung Cheng <ycheng@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions