rx: Check for peer deadness in rxi_Resend
authorAndrew Deason <adeason@sinenomine.net>
Tue, 11 Sep 2012 17:48:14 +0000 (12:48 -0500)
committerDerrick Brashear <shadow@your-file-system.com>
Thu, 18 Oct 2012 07:51:10 +0000 (00:51 -0700)
commit083ec556af66c755c93f821146e06423e27cfba9
treefd28e1bea30cbe0a67aa23515ad47d8abf607ddb
parent0ac9fe184a323fef212c421b844a45838f4d6e57
rx: Check for peer deadness in rxi_Resend

If we need to resend something, the peer we're sending to may be dead.
Check if the peer is dead in rxi_Resend, so we don't have to wait
(possibly several seconds) for the next rxi_CheckCall.

Change-Id: I0ecc0b1fc23bb4194ebadcea97dd58c938af8154
Reviewed-on: http://gerrit.openafs.org/8118
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/rx.c