]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: do not pass timestamp to tcp_fastretrans_alert()
authorEric Dumazet <edumazet@google.com>
Tue, 25 Apr 2017 17:15:36 +0000 (10:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Apr 2017 18:44:38 +0000 (14:44 -0400)
commit1317a9d69f5fa0f5417237772f55a4aac49f7921
tree798e9bb5976cbe479e84fb3b2410e07b6626b462
parentefab8f85826afbbfe4b0ca9208e006aabbd2df3a
tcp: do not pass timestamp to tcp_fastretrans_alert()

Not used anymore now 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>
net/ipv4/tcp_input.c