|
Relanding: 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/49f34fdd237914f1ef3af8a28acb2db8bceecda6
Cr-Commit-Position: refs/heads/master@{#15453}
Total comments: 8
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+877 lines, -2674 lines) |
Patch |
|
M |
webrtc/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/api/statscollector_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
|
D |
webrtc/p2p/base/dtlstransport.h
|
View
|
|
1 chunk |
+0 lines, -163 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/dtlstransportchannel_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
14 chunks |
+56 lines, -44 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/faketransportcontroller.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+58 lines, -202 lines |
0 comments
|
Download
|
|
A + |
webrtc/p2p/base/jseptransport.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+98 lines, -154 lines |
0 comments
|
Download
|
|
A + |
webrtc/p2p/base/jseptransport.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+192 lines, -225 lines |
0 comments
|
Download
|
|
A + |
webrtc/p2p/base/jseptransport_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+27 lines, -178 lines |
0 comments
|
Download
|
|
D |
webrtc/p2p/base/p2ptransport.h
|
View
|
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
|
D |
webrtc/p2p/base/p2ptransport.cc
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/p2ptransportchannel.h
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/p2ptransportchannel.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/port.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/port_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/portinterface.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/transport.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -408 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/transport.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -472 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/transport_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -423 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/transportchannel.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/transportcontroller.h
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+78 lines, -42 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/transportcontroller.cc
|
View
|
1
2
3
4
5
6
7
8
|
18 chunks |
+241 lines, -139 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/base/transportcontroller_unittest.cc
|
View
|
1
2
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/p2p/client/socketmonitor.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/p2p/quic/quictransport.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/pc/channel_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
26 chunks |
+63 lines, -91 lines |
0 comments
|
Download
|
|
M |
webrtc/pc/channelmanager_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
|
M |
webrtc/pc/mediasession.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 32 (16 generated)
|