diff --git a/modules/rtp_rtcp/source/rtp_rtcp_config.h b/modules/rtp_rtcp/source/rtp_rtcp_config.h index 66caadd578..3e6aa3baae 100644 --- a/modules/rtp_rtcp/source/rtp_rtcp_config.h +++ b/modules/rtp_rtcp/source/rtp_rtcp_config.h @@ -15,7 +15,7 @@ // Configuration file for RTP utilities (RTPSender, RTPReceiver ...) namespace webrtc { -constexpr int kDefaultMaxReorderingThreshold = 5; // In sequence numbers. +constexpr int kDefaultMaxReorderingThreshold = 50; // In sequence numbers. constexpr int kRtcpMaxNackFields = 253; constexpr TimeDelta RTCP_SEND_BEFORE_KEY_FRAME = TimeDelta::Millis(100);