diff options
author | David Howells <dhowells@redhat.com> | 2016-09-23 12:39:23 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-09-23 14:05:12 +0100 |
commit | dfc3da4404ad1ec42a0a649a4ffa2b0f37e80352 (patch) | |
tree | a2dadd235014eaa65bca49d85c89c2678bf2391f /net/rxrpc/ar-internal.h | |
parent | 98dafac5697fbe1fb4bef9e3204baf9051641b00 (diff) | |
download | op-kernel-dev-dfc3da4404ad1ec42a0a649a4ffa2b0f37e80352.zip op-kernel-dev-dfc3da4404ad1ec42a0a649a4ffa2b0f37e80352.tar.gz |
rxrpc: Need to start the resend timer on initial transmission
When a DATA packet has its initial transmission, we may need to start or
adjust the resend timer. Without this we end up relying on being sent a
NACK to initiate the resend.
Signed-off-by: David Howells <dhowells@redhat.com>
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 808ab75..9e3ba4d 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h @@ -704,6 +704,7 @@ int rxrpc_reject_call(struct rxrpc_sock *); /* * call_event.c */ +void rxrpc_set_timer(struct rxrpc_call *); void rxrpc_propose_ACK(struct rxrpc_call *, u8, u16, u32, bool, bool); void rxrpc_process_call(struct work_struct *); |