From 7ab4ddaf5583aeacac6be0761b1d52ed1287936b Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 7 Jul 2011 16:56:28 -0400 Subject: [PATCH] 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 --- src/rx/rx.c | 4 ---- 1 file changed, 4 deletions(-) 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) { -- 2.39.5