diff --git a/media/sctp/dcsctp_transport.cc b/media/sctp/dcsctp_transport.cc index 99ecc94a68..3d54b7d742 100644 --- a/media/sctp/dcsctp_transport.cc +++ b/media/sctp/dcsctp_transport.cc @@ -197,6 +197,8 @@ bool DcSctpTransport::Start(int local_sctp_port, DataChannelInterface::MaxSendQueueSize(); // This is just set to avoid denial-of-service. Practically unlimited. options.max_send_buffer_size = std::numeric_limits::max(); + options.enable_message_interleaving = + env_.field_trials().IsEnabled("WebRTC-DataChannelMessageInterleaving"); std::unique_ptr packet_observer; if (RTC_LOG_CHECK_LEVEL(LS_VERBOSE)) {