]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
try harder
authorBrian West <brian@freeswitch.org>
Thu, 3 Sep 2009 20:56:44 +0000 (20:56 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 3 Sep 2009 20:56:44 +0000 (20:56 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14757 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_rtp.c

index fa2b86a9bbd6b5206eafadfc38a246b897d93ad3..f5f33b2fe005cf4ef618a287a5cc023f641d6bda 100644 (file)
@@ -71,7 +71,7 @@ typedef srtp_hdr_t rtp_hdr_t;
 static zrtp_global_t *zrtp_global;
 static zrtp_zid_t zid = { "FreeSWITCH01" };
 static int zrtp_on = 0;
-#define ZRTP_MITM_TRIES 50
+#define ZRTP_MITM_TRIES 500
 #endif
 
 #ifdef _MSC_VER