]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Fix the parsing of soft-ACKs
authorDavid Howells <dhowells@redhat.com>
Sat, 17 Sep 2016 09:49:12 +0000 (10:49 +0100)
committerDavid Howells <dhowells@redhat.com>
Sat, 17 Sep 2016 09:53:21 +0000 (10:53 +0100)
commit1d4571cf47dd7cc1cf39ed0fb8a48da7ccbe6d13
tree8c32fce41fdcf639de475dffac852577a2bc40ab
parent2d66c3738e0aa6ef73203039e8963bbf398b17c9
rxrpc: Fix the parsing of soft-ACKs

The soft-ACK parser doesn't increment the pointer into the soft-ACK list,
resulting in the first ACK/NACK value being applied to all the relevant
packets in the Tx queue.  This has the potential to miss retransmissions
and cause excessive retransmissions.

Fix this by incrementing the pointer.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/input.c