commit | 7d2b55f80d62b6b4b72d9ef4318a2a49df3e2830 | [log] [tgz] |
---|---|---|
author | Neal Cardwell <ncardwell@google.com> | Wed Nov 16 08:58:01 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 27 18:54:08 2011 -0500 |
tree | 9829f83bb4ed7babe787f8cea4f0bae2646af83f | |
parent | c140d769c2b6d87148203a78aa0d72595a19b2de [diff] |
tcp: make is_dupack a parameter to tcp_fastretrans_alert() Allow callers to decide whether an ACK is a duplicate ACK. This is a prerequisite to allowing fastretrans_alert to be called from new contexts, such as the no_queue and old_ack code paths, from which we have extra info that tells us whether an ACK is a dupack. Signed-off-by: Neal Cardwell <ncardwell@google.com> Acked-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>