From: Derrick Brashear Date: Thu, 7 Jul 2011 20:56:28 +0000 (-0400) Subject: rx: complete fix for starting rexmit timers X-Git-Tag: upstream/1.6.0.pre7^2~37 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7ab4ddaf5583aeacac6be0761b1d52ed1287936b;p=packages%2Fo%2Fopenafs.git rx: complete fix for starting rexmit timers 1.6-only change. the pullup of e7066a9c30047e787d72f02dd1c28e5e473e494b (as dab406baf28c19710b4a451ae2516dfa1ebeee29) missed this because the code in 1.6 was structured differently at the time. Change-Id: I38e9db1dcc681ae4eecc0f3abd634052b9f93ca0 Reviewed-on: http://gerrit.openafs.org/4933 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/rx/rx.c b/src/rx/rx.c index 20d55e078..a222c80ba 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -5803,10 +5803,6 @@ rxi_SendList(struct rx_call *call, struct xmitlist *xmit, if (i < xmit->len - 1 || moreFlag) { packet->header.flags |= RX_MORE_PACKETS; } - - /* Install the new retransmit time for the packet, and - * record the time sent */ - packet->timeSent = now; } if (requestAck) {