This website requires JavaScript.
Explore
Help
Sign In
kenmirrors
/
freeswitch
Watch
1
Star
0
Fork
0
You've already forked freeswitch
mirror of
https://github.com/signalwire/freeswitch.git
synced
2025-02-10 18:57:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
freeswitch
/
libs
/
sofia-sip
/
libsofia-sip-ua
/
nta
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
..
sofia-sip
…
agent.pem
…
cafile.pem
…
ChangeLog
…
check_nta_api.c
…
check_nta_client.c
Tue Jul 7 15:33:55 CDT 2009 Pekka Pessi <first.last@nokia.com>
2009-07-10 00:44:40 +00:00
check_nta.c
…
check_nta.h
…
Doxyfile.in
…
invite.msc
…
Makefile.am
Mon May 25 10:32:56 CDT 2009 Pekka Pessi <first.last@nokia.com>
2009-07-10 00:42:37 +00:00
nta_check.c
…
nta_compat.c
…
nta_compat.h
…
nta_internal.h
…
nta_tag.c
…
nta.c
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
nta.docs
…
portbind.c
…
run_check_nta
fix file modes in sofia
2010-10-03 05:53:07 -04:00
run_test_nta
fix file modes in sofia
2010-10-03 05:53:07 -04:00
run_test_nta_api
fix file modes in sofia
2010-10-03 05:53:07 -04:00
sl_read_payload.c
…
sl_utils_log.c
…
sl_utils_print.c
…
sl_utils.docs
…
test_nta_api.c
Mon May 25 10:31:02 CDT 2009 Pekka Pessi <first.last@nokia.com>
2009-07-10 00:41:42 +00:00
test_nta.c
Tue Jul 7 13:46:51 CDT 2009 Pekka Pessi <first.last@nokia.com>
2009-07-10 00:43:25 +00:00