]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Add re-sent Tx annotation
authorDavid Howells <dhowells@redhat.com>
Wed, 21 Sep 2016 23:29:32 +0000 (00:29 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 22 Sep 2016 00:23:50 +0000 (01:23 +0100)
commitc6c656e3b672a0f8927b7c0cf339f536295d5a73
tree6322eeac5e068c6e5447b1b18897656d719d90c9
parent890847bc871f3b906d444ae69215b5955733a23f
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>
net/rxrpc/ar-internal.h
net/rxrpc/call_event.c
net/rxrpc/input.c