• 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
名称
最后提交
最后更新
..
bnf 正在载入提交数据...
docs 正在载入提交数据...
features 正在载入提交数据...
http 正在载入提交数据...
ipt 正在载入提交数据...
iptsec 正在载入提交数据...
msg 正在载入提交数据...
nea 正在载入提交数据...
nta 正在载入提交数据...
nth 正在载入提交数据...
nua 正在载入提交数据...
sdp 正在载入提交数据...
sip 正在载入提交数据...
soa 正在载入提交数据...
sresolv 正在载入提交数据...
stun 正在载入提交数据...
su 正在载入提交数据...
tport 正在载入提交数据...
url 正在载入提交数据...
ChangeLog 正在载入提交数据...
Makefile.am 正在载入提交数据...
sofia.am 正在载入提交数据...