Skip to content

Commit 3795092

Browse files
authored
Wording changes
1 parent 672ea06 commit 3795092

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ In particular, the most significant issues addressed from _iperf3_ follow:
2323
* _rperf_'s implementation of
2424
[RFC 1889](https://tools.ietf.org/html/rfc1889#appendix-A.8) for streaming
2525
jitter calculation starts by assuming a delta between the first and second
26-
packets in a sequence, rather than beginning with 0, which creates
27-
artificially low values, and gaps in a sequence trigger a reset of the count,
28-
instead of continuing from the last-observed event, which conversely creates
29-
artificially high values.
26+
packets in a sequence and gaps in a sequence trigger a reset of the count.
27+
Comparatively, _iperf3_ begins with 0, which creates artificially low values,
28+
and in case of a gap, it just continues naively, which creates artificially
29+
high values.
3030

3131
* Duplicate packets are accounted for in UDP exchanges and out-of-order packets
3232
are counted as independent events.

0 commit comments

Comments
 (0)