mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-5296
This commit is contained in:
parent
c73179c6ad
commit
7c92d96a5c
@ -447,6 +447,10 @@ stfu_status_t stfu_n_add_data(stfu_instance_t *i, uint32_t ts, uint16_t seq, uin
|
|||||||
|
|
||||||
|
|
||||||
if (i->max_drift) {
|
if (i->max_drift) {
|
||||||
|
if (i->drift_dropped_packets > 500) {
|
||||||
|
stfu_n_reset(i);
|
||||||
|
}
|
||||||
|
|
||||||
if (i->ts_drift < i->max_drift) {
|
if (i->ts_drift < i->max_drift) {
|
||||||
if (++i->drift_dropped_packets < i->drift_max_dropped) {
|
if (++i->drift_dropped_packets < i->drift_max_dropped) {
|
||||||
stfu_log(STFU_LOG_EMERG, "%s TOO LATE !!! %u \n\n\n", i->name, ts);
|
stfu_log(STFU_LOG_EMERG, "%s TOO LATE !!! %u \n\n\n", i->name, ts);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user