• D
    rxrpc: Fix the parsing of soft-ACKs · d01dc4c3
    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.
    Signed-off-by: NDavid Howells <dhowells@redhat.com>
    d01dc4c3
input.c 21.3 KB