diff options
author | David Howells <dhowells@redhat.com> | 2022-05-21 10:03:18 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-22 22:30:53 +0200 |
commit | 8940ba3cfe4841928777fd45eaa92051522c7f0c (patch) | |
tree | 068dcbf8310699a8a6f798cbae7744f06862ab6f /net/ipv4/inet_connection_sock.c | |
parent | rxrpc: Don't try to resend the request if we're receiving the reply (diff) | |
download | linux-8940ba3cfe4841928777fd45eaa92051522c7f0c.tar.xz linux-8940ba3cfe4841928777fd45eaa92051522c7f0c.zip |
rxrpc: Fix overlapping ACK accounting
Fix accidental overlapping of Rx-phase ACK accounting with Tx-phase ACK
accounting through variables shared between the two. call->acks_* members
refer to ACKs received in the Tx phase and call->ackr_* members to ACKs
sent/to be sent during the Rx phase.
Fixes: 1a2391c30c0b ("rxrpc: Fix detection of out of order acks")
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Jeffrey Altman <jaltman@auristor.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/inet_connection_sock.c')
0 files changed, 0 insertions, 0 deletions