but lets not try that hard.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14804 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-09-10 14:47:27 +00:00
parent ca016d67e2
commit 452fc6fd7d

View 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 500
#define ZRTP_MITM_TRIES 100
#endif
#ifdef _MSC_VER