Skip to content
Snippets Groups Projects
Verified Commit 6bcaf1da authored by Petr Špaček's avatar Petr Špaček
Browse files

extract-clients: fix imprecise timestamps at beginning of chunks

Previously packets in all chunks had timestamp 0 and ignored original
time difference from the last packet in the previous chunk.

For steady traffic with non-negligible QPS it does not make significant
difference, but it leads to big imprecision if original traffic had
"gaps" in it.

After this change first chunk starts at time 0 and timing of all packets
is relative to timing of the very first packet in the first chunk.

Very long gaps between packets will generate empty chunks,
and these empty chunks will be deleted because they are not useful.
See discussion in MR !32.
parent 64acf621
No related branches found
Tags v0.1.2
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment