aboutsummaryrefslogtreecommitdiff
path: root/pc/data_channel_controller.cc
AgeCommit message (Expand)Author
2020-07-10Split DataChannel into two separate classes for RTP and SCTP.Taylor Brandstetter
2020-06-17Consolidate creation of DataChannel proxy to a single placeTomas Gunnarsson
2020-06-16Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels()Tomas Gunnarsson
2020-06-16Inject signaling and network threads to DataChannel.Tomas Gunnarsson
2020-04-03Apply performance-for-range-copy fixes.Mirko Bonadei
2020-03-16Revert "remove mslabel and mslabel ssrc-specific attributes"Artem Titov
2020-03-16remove mslabel and mslabel ssrc-specific attributesPhilipp Hancke
2019-12-16Stop an SCTP connection when the DTLS transport closes.Harald Alvestrand
2019-12-08Return an error when datachannel closes due to network errorHarald Alvestrand
2019-12-03Move messaging -> PostTask for freeing datachannelsHarald Alvestrand
2019-12-03Refactoring DataChannelController from PeerConnection part 4Harald Alvestrand
2019-12-02Refactor DataChannel control out of PeerConnectionHarald Alvestrand