git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31231a8
)
tcp: invoke pkts_acked hook on every ACK
author
Kenneth Klette Jonassen
<kennetkl@ifi.uio.no>
Thu, 30 Apr 2015 23:10:59 +0000
(
01:10
+0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 4 May 2015 03:18:01 +0000
(23:18 -0400)
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>
net/ipv4/tcp_input.c
patch
|
blob
|
history
diff --cc
net/ipv4/tcp_input.c
Simple merge