Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Issue 10160013: Implement HostPortAllocator. (Closed)

Created:
8 years, 8 months ago by Sergey Ulanov
Modified:
8 years, 7 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Implement HostPortAllocator. HostPortAllocator is a PortAllocator specific to Chromoting host. BUG=103991 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134650

Patch Set 1 #

Total comments: 22

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+321 lines, -94 lines) Patch
M remoting/host/chromoting_host.h View 2 chunks +1 line, -43 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 3 chunks +7 lines, -29 lines 0 comments Download
M remoting/host/chromoting_host_context.h View 3 chunks +7 lines, -4 lines 0 comments Download
M remoting/host/chromoting_host_context.cc View 1 chunk +1 line, -1 line 0 comments Download
A remoting/host/host_port_allocator.h View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
A remoting/host/host_port_allocator.cc View 1 2 3 4 1 chunk +165 lines, -0 lines 0 comments Download
A remoting/host/network_settings.h View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
M remoting/host/plugin/host_script_object.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M remoting/host/signaling_connector.h View 2 chunks +5 lines, -3 lines 0 comments Download
M remoting/host/signaling_connector.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/url_fetcher.h View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/host/url_fetcher.cc View 5 chunks +16 lines, -4 lines 0 comments Download
M remoting/protocol/libjingle_transport_factory.h View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M remoting/protocol/libjingle_transport_factory.cc View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sergey Ulanov
8 years, 8 months ago (2012-04-27 03:34:30 UTC) #1
Wez
http://codereview.chromium.org/10160013/diff/1/remoting/host/host_port_allocator.cc File remoting/host/host_port_allocator.cc (right): http://codereview.chromium.org/10160013/diff/1/remoting/host/host_port_allocator.cc#newcode36 remoting/host/host_port_allocator.cc:36: // Filter out non-UDP relay ports, so that we ...
8 years, 8 months ago (2012-04-27 23:23:20 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10160013/diff/1/remoting/host/host_port_allocator.cc File remoting/host/host_port_allocator.cc (right): http://codereview.chromium.org/10160013/diff/1/remoting/host/host_port_allocator.cc#newcode36 remoting/host/host_port_allocator.cc:36: // Filter out non-UDP relay ports, so that we ...
8 years, 8 months ago (2012-04-28 00:05:26 UTC) #3
Wez
lgtm http://codereview.chromium.org/10160013/diff/13002/remoting/host/host_port_allocator.h File remoting/host/host_port_allocator.h (right): http://codereview.chromium.org/10160013/diff/13002/remoting/host/host_port_allocator.h#newcode25 remoting/host/host_port_allocator.h:25: // when creating relay sessions. It also configures ...
8 years, 7 months ago (2012-04-30 19:38:38 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/10160013/diff/13002/remoting/host/host_port_allocator.h File remoting/host/host_port_allocator.h (right): http://codereview.chromium.org/10160013/diff/13002/remoting/host/host_port_allocator.h#newcode25 remoting/host/host_port_allocator.h:25: // when creating relay sessions. It also configures the ...
8 years, 7 months ago (2012-04-30 22:42:45 UTC) #5
commit-bot: I haz the power
8 years, 7 months ago (2012-04-30 23:43:24 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698