commit | 138998fdd12e7362756e158d00856a2aabd5f0c1 | [log] [tgz] |
---|---|---|
author | Kenneth Klette Jonassen <kennetkl@ifi.uio.no> | Fri May 01 01:10:59 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 03 23:18:01 2015 -0400 |
tree | 6cdf2b4989efdd1ef26dada62d5b4b6c1c3e1d72 | |
parent | 31231a8a873026410eab438c5757430546a517d1 [diff] |
tcp: invoke pkts_acked hook on every ACK Invoking pkts_acked is currently conditioned on FLAG_ACKED: receiving a cumulative ACK of new data, or ACK with SYN flag set. Remove this condition so that CC may get RTT measurements from all SACKs. Cc: Yuchung Cheng <ycheng@google.com> Cc: Eric Dumazet <edumazet@google.com> Cc: Neal Cardwell <ncardwell@google.com> Signed-off-by: Kenneth Klette Jonassen <kennetkl@ifi.uio.no> Signed-off-by: David S. Miller <davem@davemloft.net>