This website requires JavaScript.
Explore
Help
Sign In
Preston_PLB
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
forked from
Mirrors/freeswitch
Code
Pull Requests
Activity
231fbe5e7a
freeswitch
/
libs
/
sofia-sip
/
.update
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
2 lines
29 B
Plaintext
Raw
Blame
History
Wed Nov 3 13:53:34 EDT 2010
View Git Blame
Copy Permalink