rochafelippe / ostinato

Automatically exported from code.google.com/p/ostinato
GNU General Public License v3.0
0 stars 0 forks source link

Transmit State is not changed after sending stream with min count of packets #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create stream on available port
2. Configure packet
3. Go to Stream Control tab
4. Select 1 in Count of Packets filed
5. Start transmit

What is the expected output? What do you see instead?
Transmit State value in Statistics should be changed to On then back to Off.

Actual result:
Transmit State value is Off after sending 1 packet

What version and revision of the product are you using (available in the
About dialog)? On what operating system?

Ostinato Version: 0.6
OS: Linux 3.11.0-15-generic #25~precise1-Ubuntu x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.
Type-Defect
Priority-Minor 

Original issue reported on code.google.com by developers@plvision.eu on 22 Sep 2014 at 12:58

GoogleCodeExporter commented 9 years ago
The stats update frequency is 1 per second - since you are sending only one 
packet, its highly likely you will never see Transmit State as On. If you 
increase number of packets, you will see that it works correctly.

Original comment by pstav...@gmail.com on 5 Oct 2014 at 7:44