57a58
> elasticReq(p->elastic_req),
110c111
< nextPacketTick = states[currState]->nextPacketTick();
---
> nextPacketTick = states[currState]->nextPacketTick(elasticReq, 0);
168c169
< // trace playback
---
> // trace playback and the tick offset
196c197
< nextPacketTick = states[currState]->nextPacketTick();
---
> nextPacketTick = states[currState]->nextPacketTick(elasticReq, 0);
389c390,391
< // when sending the request
---
> // when sending the request, we also use this to derive
> // the tick for the next packet
396c398,399
< nextPacketTick = states[currState]->nextPacketTick();
---
> nextPacketTick = states[currState]->nextPacketTick(elasticReq,
> delay);