From 452fc6fd7d9314f6b78d1709230ab61c7b0f2367 Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 10 Sep 2009 14:47:27 +0000 Subject: [PATCH] but lets not try that hard. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14804 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 8578e273b8..e8a00028d2 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 500 +#define ZRTP_MITM_TRIES 100 #endif #ifdef _MSC_VER