commit | 88d5c65098e5d15f2cea81f90bb6ecc167e1aa3b | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Apr 25 10:15:37 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 26 14:44:38 2017 -0400 |
tree | 6766616cf1893276f5d5c30845e4d88615305d7c | |
parent | 1317a9d69f5fa0f5417237772f55a4aac49f7921 [diff] |
tcp: do not pass timestamp to tcp_rate_gen() No longer needed, since tp->tcp_mstamp holds the information. This is needed to remove sack_state.ack_time in a following patch. Signed-off-by: Eric Dumazet <edumazet@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>