• 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
名称
最后提交
最后更新
..
docs 正在载入提交数据...
libsofia-sip-ua 正在载入提交数据...
libsofia-sip-ua-glib 正在载入提交数据...
m4 正在载入提交数据...
open_c 正在载入提交数据...
packages 正在载入提交数据...
rules 正在载入提交数据...
s2check 正在载入提交数据...
scripts 正在载入提交数据...
tests 正在载入提交数据...
utils 正在载入提交数据...
win32 正在载入提交数据...
.update 正在载入提交数据...
AUTHORS 正在载入提交数据...
COPYING 正在载入提交数据...
COPYRIGHTS 正在载入提交数据...
ChangeLog 正在载入提交数据...
ChangeLog.ext-trees 正在载入提交数据...
Makefile.am 正在载入提交数据...
README 正在载入提交数据...
README.developers 正在载入提交数据...
RELEASE 正在载入提交数据...
RELEASE.template 正在载入提交数据...
TODO 正在载入提交数据...
acinclude.m4 正在载入提交数据...
autoconf-all.cmd 正在载入提交数据...
autogen.sh 正在载入提交数据...
configure.ac 正在载入提交数据...
configure.gnu 正在载入提交数据...