File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments