commit | f07373ead455a396e15a431bc08d8ce1dac6f1cf | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Sep 22 00:29:32 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Sep 22 01:23:50 2016 +0100 |
tree | 6322eeac5e068c6e5447b1b18897656d719d90c9 | |
parent | 5a924b8951f835b5ff8a3d9f434f3b230fc9905f [diff] |
rxrpc: Add re-sent Tx annotation Add a Tx-phase annotation for packet buffers to indicate that a buffer has already been retransmitted. This will be used by future congestion management. Re-retransmissions of a packet don't affect the congestion window managment in the same way as initial retransmissions. Signed-off-by: David Howells <dhowells@redhat.com>