Skip to content
  • David Howells's avatar
    rxrpc: Fix the parsing of soft-ACKs · d01dc4c3
    David Howells authored
    
    
    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: default avatarDavid Howells <dhowells@redhat.com>
    d01dc4c3