-
Is it possible to set the packet loss with a value less than one? I mean a decimal value. I tried to insert both the dot and the comma but I get an error. Thannkyou! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I'm sorry, in packet loss I can do it, I cannot do in data rate. |
Beta Was this translation helpful? Give feedback.
-
Another question: how to get PacketLoss via API? |
Beta Was this translation helpful? Give feedback.
-
Hi @volm92, Packet loss supports decimal values. I hope this clarifies the implementation. |
Beta Was this translation helpful? Give feedback.
Hi @volm92,
Packet loss supports decimal values.
Throughput supports integer values in the range of 1 - 1000000 Mbps (hardcoded).
I hope this clarifies the implementation.
Thanks!