[Bug 791838] netsim: fix misleading packet delay log
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Dec 22 05:58:14 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=791838
--- Comment #6 from Jun Xie <jun.xie at samsung.com> ---
yes, as my understanding after checking netsim implementation,
a) delay is based on
"min-delay"/"max-delay"/"delay-distribution"/"delay-probability"/"allow-reordering",
and it seems simulating packet random delay.
b ) throughput is based on "max-kbps "/"max-bucket-size"
seems a token bucket is used for throughput sim, and buffers are dropped if no
token is available.
is it valuable not to drop if token not available?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list