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:
Mark Spencer
2003-08-30 06:40:56 +00:00
parent 2fbf9c9e16
commit 79a5692764

View File

@@ -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