mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 17:53:15 +00:00
Increase minimum retry time
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1448 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -251,7 +251,7 @@ struct iax2_registry {
|
||||
static struct iax2_registry *registrations;
|
||||
|
||||
/* Don't retry more frequently than every 10 ms, or less frequently than every 5 seconds */
|
||||
#define MIN_RETRY_TIME 10
|
||||
#define MIN_RETRY_TIME 100
|
||||
#define MAX_RETRY_TIME 10000
|
||||
#define MAX_JITTER_BUFFER 50
|
||||
|
||||
|
Reference in New Issue
Block a user