|
Move PortAllocator creation out of LibjingleTransportFactory.
Host will have host-specific port allocator, so PortAllocator creation
has to be moved out of protocol code. Since PortAllocator needs to be
configured with network settings (nat traversal and port range), I
refactored how these settings are passed between layers.
BUG= 103991
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134608
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+194 lines, -170 lines) |
Patch |
 |
M |
remoting/host/chromoting_host.h
|
View
|
|
3 chunks |
+45 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host.cc
|
View
|
1
2
3
|
3 chunks |
+45 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/host/chromoting_host_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/plugin/host_script_object.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/remoting_me2me_host.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/host/simple_host_process.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/connection_to_host.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_session_manager.h
|
View
|
1
2
3
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_session_manager.cc
|
View
|
1
2
3
|
3 chunks |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/jingle_session_unittest.cc
|
View
|
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/libjingle_transport_factory.h
|
View
|
|
3 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/libjingle_transport_factory.cc
|
View
|
1
2
3
4
|
10 chunks |
+30 lines, -48 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/pepper_transport_factory.cc
|
View
|
|
1 chunk |
+28 lines, -30 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/session_manager.h
|
View
|
|
2 chunks |
+1 line, -32 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/transport_config.h
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/transport_config.cc
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|