Skip to content

Commit

Permalink
Wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flan authored Apr 12, 2021
1 parent 672ea06 commit 3795092
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ In particular, the most significant issues addressed from _iperf3_ follow:
* _rperf_'s implementation of
[RFC 1889](https://tools.ietf.org/html/rfc1889#appendix-A.8) for streaming
jitter calculation starts by assuming a delta between the first and second
packets in a sequence, rather than beginning with 0, which creates
artificially low values, and gaps in a sequence trigger a reset of the count,
instead of continuing from the last-observed event, which conversely creates
artificially high values.
packets in a sequence and gaps in a sequence trigger a reset of the count.
Comparatively, _iperf3_ begins with 0, which creates artificially low values,
and in case of a gap, it just continues naively, which creates artificially
high values.

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

0 comments on commit 3795092

Please sign in to comment.