This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
Watch
1
Star
0
Fork
You've already forked freeswitch
0
Code
Issues
Projects
Releases
Wiki
Activity
05b3b327a4
freeswitch
/
libs
/
sofia-sip
/
libsofia-sip-ua
History
Michael Jerris
20c2740c64
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.
2010-11-03 13:58:12 -04:00
..
bnf
…
docs
…
features
…
http
…
ipt
…
iptsec
…
msg
…
nea
…
nta
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.
2010-11-03 13:58:12 -04:00
nth
…
nua
…
sdp
fix file modes in sofia
2010-10-03 05:53:07 -04:00
sip
fix file modes in sofia
2010-10-03 05:53:07 -04:00
soa
…
sresolv
fix file modes in sofia
2010-10-03 05:53:07 -04:00
stun
…
su
fix file modes in sofia
2010-10-03 05:53:07 -04:00
tport
…
url
…
ChangeLog
…
Makefile.am
…
sofia.am
…