commit | c6672e3fe4a641bf302d6309ab4d5ee55648e758 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Sep 23 13:58:55 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Sep 23 15:49:19 2016 +0100 |
tree | f82db3e6572fae4c20d0e83edd5e119928e75243 | |
parent | 9c7ad434441da6b5d4ac878cac368fbdaec99b56 [diff] |
rxrpc: Add a tracepoint to log which packets will be retransmitted Add a tracepoint to log in rxrpc_resend() which packets will be retransmitted. Note that if a positive ACK comes in whilst we have dropped the lock to retransmit another packet, the actual retransmission may not happen, though some of the effects will (such as altering the congestion management). Signed-off-by: David Howells <dhowells@redhat.com>