#define DEFAULT_STRICT_RTP STRICT_RTP_YES /*!< Enabled by default */
#define DEFAULT_STRICT_RTP STRICT_RTP_YES /*!< Enabled by default */
#define DEFAULT_SRTP_REPLAY_PROTECTION 1
#define DEFAULT_ICESUPPORT 1
#define DEFAULT_ICESUPPORT 1
#define DEFAULT_DTLS_MTU 1200
#define DEFAULT_DTLS_MTU 1200
@ -203,6 +204,7 @@ static int nochecksums;
staticintstrictrtp=DEFAULT_STRICT_RTP;/*!< Only accept RTP frames from a defined source. If we receive an indication of a changing source, enter learning mode. */
staticintstrictrtp=DEFAULT_STRICT_RTP;/*!< Only accept RTP frames from a defined source. If we receive an indication of a changing source, enter learning mode. */
staticintlearning_min_sequential=DEFAULT_LEARNING_MIN_SEQUENTIAL;/*!< Number of sequential RTP frames needed from a single source during learning mode to accept new source. */
staticintlearning_min_sequential=DEFAULT_LEARNING_MIN_SEQUENTIAL;/*!< Number of sequential RTP frames needed from a single source during learning mode to accept new source. */
staticintlearning_min_duration=DEFAULT_LEARNING_MIN_DURATION;/*!< Lowest acceptable timeout between the first and the last sequential RTP frame. */
staticintlearning_min_duration=DEFAULT_LEARNING_MIN_DURATION;/*!< Lowest acceptable timeout between the first and the last sequential RTP frame. */