fix mitm to be more reliable

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13443 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2009-05-27 01:40:11 +00:00
parent f382d5327c
commit d9c41bc7b4
2 changed files with 28 additions and 14 deletions
+2 -1
View File
@@ -499,7 +499,8 @@ typedef enum {
SWITCH_RTP_FLAG_STICKY_FLUSH = (1 << 22),
SWITCH_ZRTP_FLAG_SECURE_SEND = (1 << 23),
SWITCH_ZRTP_FLAG_SECURE_RECV = (1 << 24),
SWITCH_ZRTP_FLAG_SECURE_MITM = (1 << 25)
SWITCH_ZRTP_FLAG_SECURE_MITM_SEND = (1 << 25),
SWITCH_ZRTP_FLAG_SECURE_MITM_RECV = (1 << 26)
} switch_rtp_flag_enum_t;
typedef uint32_t switch_rtp_flag_t;