• Michael Jerris's avatar
    set minimum initital sip t1 timer to 1000ms to work around race condition on… · 20c2740c
    Michael Jerris 提交于
    set minimum initital sip t1 timer to 1000ms to work around race condition on retry timer firing before all the things that are supposed to be handled by the timer are set.  The base resolution on this timer is 500ms, so doubling up makes sure we always hit the initial retry timer on the next run, where everything should be set.  The side effect was, 1/2 the time on a request that did not get immediate response, the timer would be fired and cleared, but the action (sending retry) was never done, and a new timer was not set, causing the request to just sit zombied and never retry.  A better solution would be to find and correct the race condition so the timer is never set to early and we never hit this condition.
    20c2740c
名称
最后提交
最后更新
..
sofia-sip 正在载入提交数据...
ChangeLog 正在载入提交数据...
Doxyfile.in 正在载入提交数据...
Makefile.am 正在载入提交数据...
agent.pem 正在载入提交数据...
cafile.pem 正在载入提交数据...
check_nta.c 正在载入提交数据...
check_nta.h 正在载入提交数据...
check_nta_api.c 正在载入提交数据...
check_nta_client.c 正在载入提交数据...
invite.msc 正在载入提交数据...
nta.c 正在载入提交数据...
nta.docs 正在载入提交数据...
nta_check.c 正在载入提交数据...
nta_compat.c 正在载入提交数据...
nta_compat.h 正在载入提交数据...
nta_internal.h 正在载入提交数据...
nta_tag.c 正在载入提交数据...
portbind.c 正在载入提交数据...
run_check_nta 正在载入提交数据...
run_test_nta 正在载入提交数据...
run_test_nta_api 正在载入提交数据...
sl_read_payload.c 正在载入提交数据...
sl_utils.docs 正在载入提交数据...
sl_utils_log.c 正在载入提交数据...
sl_utils_print.c 正在载入提交数据...
test_nta.c 正在载入提交数据...
test_nta_api.c 正在载入提交数据...