]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
rx: complete fix for starting rexmit timers
authorDerrick Brashear <shadow@dementia.org>
Thu, 7 Jul 2011 20:56:28 +0000 (16:56 -0400)
committerDerrick Brashear <shadow@dementia.org>
Sat, 9 Jul 2011 05:05:04 +0000 (22:05 -0700)
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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.c

index 20d55e0788e9a75eeefd772f0d746b8abb5d1ab1..a222c80bae896f1b3753555306244a047fe94127 100644 (file)
@@ -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) {