[PATCH net-next 10/14] rxrpc: Fix the parsing of soft-ACKs

2016-09-17 Thread David Howells
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.

[PATCH net-next 10/14] rxrpc: Fix the parsing of soft-ACKs

2016-09-17 Thread David Howells
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.