Hello all,<br>I have come questions about the burst mode. I have gone through the code and this is what I have understood from the code so far. Kindly point me out if I have got anything wrong.<br><br>I am working with an example of -t UDP_STREAM -b 5000 -l 10s -w 1s<br>
<br>1) By default the start_timer()sets the SIGALRM catcher and the value
of the ITIMER_REAL to test_len and initializes the test_len_ticks to 1.
Then INTERVALS_INIT() will reset the value of the ITIMER_REAL to 1 second (specified by -w) and test_len_ticks to 10 (10s / 1s) - correct?.<br><br>2)