Reason for revert: Deletion of transport.h broke downstream builds. Going to reland with transport.h containing enums/etc. Original issue's description: > Refactoring that removes P2PTransport and DtlsTransport classes. > > Their base class, Transport, still exists, but it now has a more specific > role: a helper class that applies TransportDescriptions. And is renamed > to JsepTransport as a result. > > TransportController is now the entity primarily responsible for managing > TransportChannels. It also starts storing pointers to the DTLS and ICE > chanels separately, which will make it easier to remove > TransportChannel/TransportChannelImpl in a subsequent CL. > > BUG=None > > Committed: https://crrev.com/bd28681d02dee8c185aeb39207e8154f0ad14a37 > Cr-Commit-Position: refs/heads/master@{#15450} TBR=pthatcher@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=None Review-Url: https://codereview.webrtc.org/2553043004 Cr-Commit-Position: refs/heads/master@{#15452}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.