You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, latency and latencybg don't have a parameter-driven way to force selection of a tool that uses the desired protocol. (E.g., the protocol in rtt can be specified as icmp or twamp and the tools will respond appropriately.)
Something similar should be added to latency and latencybg.
To Do
Add parameter to latency
Add parameter to latencybg
Adjust all tools that can do either test to accept or reject based on protocol
The text was updated successfully, but these errors were encountered:
The latency and latencybg tests now have a protocol parameter that can be used to guide automatic tool selection instead of having to specify a tool explicitly. There are currently tools that support owamp (owping, powstream), twamp (twping) and icmp (halfping).
Currently,
latency
andlatencybg
don't have a parameter-driven way to force selection of a tool that uses the desired protocol. (E.g., theprotocol
inrtt
can be specified asicmp
ortwamp
and the tools will respond appropriately.)Something similar should be added to
latency
andlatencybg
.To Do
latency
latencybg
protocol
The text was updated successfully, but these errors were encountered: