<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt;color:black;"><div>Hi,</div><div><br></div><div>I enabled Jitterbuffer in FS for A leg of the call and when I set up packet loss simulation(4%) on my end client I expected FS to tag the lost packets as SFF_PLC but its not .I rather see the below code being executed . Could you please explain what this code does in stfu.c?</div><div><br></div><div><div>i->miss_count++;</div><div><br></div><div>if (i->miss_count > 10 || (i->in_queue->array_len == i->in_queue->array_size) || tried >= i->in_queue->array_size) {</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>i->running = 0;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>i->interval = 0;</div><div><span class="Apple-tab-span" style="white-space:pre">                        
        </span>i->out_queue->wr_len = i->out_queue->array_size;</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>return NULL;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>}</div></div><div><br></div><div>Any help is greatly appreciated</div><div><br></div><div>Thanks</div><div>Jyotshna</div><div style="position:fixed"></div>
</div><br>
</body></html>