]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/rxrpc/sendmsg.c
rxrpc: Need to start the resend timer on initial transmission
authorDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 11:39:23 +0000 (12:39 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 13:05:12 +0000 (14:05 +0100)
commitdfc3da4404ad1ec42a0a649a4ffa2b0f37e80352
treea2dadd235014eaa65bca49d85c89c2678bf2391f
parent98dafac5697fbe1fb4bef9e3204baf9051641b00
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>
net/rxrpc/ar-internal.h
net/rxrpc/call_event.c
net/rxrpc/sendmsg.c