diff options
author | David Howells <dhowells@redhat.com> | 2022-04-28 08:30:47 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2022-11-08 16:42:15 +0000 |
commit | 589a0c1e0ac31ccba49b214762e444dc015ee1e2 (patch) | |
tree | ca24e8723f2ca2705c0fb7e67c41c9b623311604 /net/rxrpc/ar-internal.h | |
parent | 334dfbfc5a7187c99761df2392dd4cc49c453bea (diff) | |
download | lwn-589a0c1e0ac31ccba49b214762e444dc015ee1e2.tar.gz lwn-589a0c1e0ac31ccba49b214762e444dc015ee1e2.zip |
rxrpc: Track highest acked serial
Keep track of the highest DATA serial number that has been acked by the
peer for future purposes.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r-- | net/rxrpc/ar-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h index 1ad0ec5afb50..6c93a2fa9628 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h @@ -690,6 +690,7 @@ struct rxrpc_call { rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */ rxrpc_seq_t acks_lost_top; /* tx_top at the time lost-ack ping sent */ rxrpc_serial_t acks_lost_ping; /* Serial number of probe ACK */ + rxrpc_serial_t acks_highest_serial; /* Highest serial number ACK'd */ }; /* |