Skip to content
Snippets Groups Projects
Commit 15986e1a authored by David S. Miller's avatar David S. Miller Committed by David S. Miller
Browse files

[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluous


We only want to take receive RTT mesaurements for data
bearing frames, here in the header prediction fast path
for a pure-sender, we know that we have a pure-ACK and
thus the checks in tcp_rcv_rtt_mesaure_ts() will not pass.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 11dc1f36
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment