From: Brian West Date: Thu, 3 Sep 2009 20:56:44 +0000 (+0000) Subject: try harder X-Git-Tag: v1.0.6~1949 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5dbd2edcfdc24da5a81555de502ce419257458d;p=thirdparty%2Ffreeswitch.git try harder git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14757 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index fa2b86a9bb..f5f33b2fe0 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -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