retry reg faster on dns timeouts

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15763 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-12-02 20:47:46 +00:00
parent 554f476cb7
commit 0b4bd3e1c1
2 changed files with 22 additions and 6 deletions
+1
View File
@@ -383,6 +383,7 @@ struct sofia_gateway {
int ping_min;
uint8_t flags[REG_FLAG_MAX];
int32_t retry_seconds;
int32_t failure_status;
reg_state_t state;
switch_memory_pool_t *pool;
int deleted;