try harder

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14757 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-09-03 20:56:44 +00:00
parent 7bc1c0e8d5
commit e5dbd2edcf

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