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

Issue 7888022: Add DISABLE_TCP_TRANSPORT flag in the Transport API. (Closed)

Created:
9 years, 3 months ago by Sergey Ulanov
Modified:
9 years, 3 months ago
Reviewers:
brettw, Wez, juberti
CC:
chromium-reviews, jamiewalch+watch_chromium.org, garykac+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, dpranke+watch-content_chromium.org, jam, joi+watch-content_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org, piman+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add DISABLE_TCP_TRANSPORT flag in the Transport API. The new property allows disabling TCP-based transport ports which improves performance for stream connections. BUG=41776 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102060

Patch Set 1 #

Patch Set 2 : - #

Patch Set 3 : - #

Total comments: 8

Patch Set 4 : - #

Total comments: 2

Patch Set 5 : - #

Patch Set 6 : - #

Patch Set 7 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -4 lines) Patch
M content/renderer/p2p/port_allocator.cc View 1 2 3 4 5 3 chunks +7 lines, -2 lines 0 comments Download
M ppapi/c/dev/ppb_transport_dev.h View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M remoting/protocol/pepper_stream_channel.cc View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/p2p_transport.h View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M webkit/glue/p2p_transport.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_transport_impl.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Sergey Ulanov
9 years, 3 months ago (2011-09-13 19:15:49 UTC) #1
Wez
http://codereview.chromium.org/7888022/diff/5001/ppapi/c/dev/ppb_transport_dev.h File ppapi/c/dev/ppb_transport_dev.h (right): http://codereview.chromium.org/7888022/diff/5001/ppapi/c/dev/ppb_transport_dev.h#newcode54 ppapi/c/dev/ppb_transport_dev.h:54: // PP_TransportPorts values. By default all ports are disabled. ...
9 years, 3 months ago (2011-09-13 19:57:18 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/7888022/diff/5001/ppapi/c/dev/ppb_transport_dev.h File ppapi/c/dev/ppb_transport_dev.h (right): http://codereview.chromium.org/7888022/diff/5001/ppapi/c/dev/ppb_transport_dev.h#newcode54 ppapi/c/dev/ppb_transport_dev.h:54: // PP_TransportPorts values. By default all ports are disabled. ...
9 years, 3 months ago (2011-09-13 20:31:37 UTC) #3
juberti
http://codereview.chromium.org/7888022/diff/11/content/renderer/p2p/port_allocator.cc File content/renderer/p2p/port_allocator.cc (right): http://codereview.chromium.org/7888022/diff/11/content/renderer/p2p/port_allocator.cc#newcode280 content/renderer/p2p/port_allocator.cc:280: (allocator_->config_.protocols & PP_TRANSPORTPROTOCOL_RELAY_UDP)) { Why do we care what ...
9 years, 3 months ago (2011-09-13 21:14:19 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/7888022/diff/11/content/renderer/p2p/port_allocator.cc File content/renderer/p2p/port_allocator.cc (right): http://codereview.chromium.org/7888022/diff/11/content/renderer/p2p/port_allocator.cc#newcode280 content/renderer/p2p/port_allocator.cc:280: (allocator_->config_.protocols & PP_TRANSPORTPROTOCOL_RELAY_UDP)) { On 2011/09/13 21:14:19, juberti wrote: ...
9 years, 3 months ago (2011-09-13 21:55:48 UTC) #5
Wez
On 2011/09/13 21:55:48, sergeyu wrote: > http://codereview.chromium.org/7888022/diff/11/content/renderer/p2p/port_allocator.cc > File content/renderer/p2p/port_allocator.cc (right): > > http://codereview.chromium.org/7888022/diff/11/content/renderer/p2p/port_allocator.cc#newcode280 > ...
9 years, 3 months ago (2011-09-14 00:37:53 UTC) #6
juberti
On 2011/09/14 00:37:53, Wez wrote: > On 2011/09/13 21:55:48, sergeyu wrote: > > > http://codereview.chromium.org/7888022/diff/11/content/renderer/p2p/port_allocator.cc ...
9 years, 3 months ago (2011-09-14 19:43:07 UTC) #7
Sergey Ulanov
On Wed, Sep 14, 2011 at 12:43 PM, <juberti@google.com> wrote: > On 2011/09/14 00:37:53, Wez ...
9 years, 3 months ago (2011-09-15 17:44:27 UTC) #8
juberti
On 2011/09/15 17:44:27, sergeyu wrote: > On Wed, Sep 14, 2011 at 12:43 PM, <mailto:juberti@google.com> ...
9 years, 3 months ago (2011-09-15 20:10:59 UTC) #9
Sergey Ulanov
On Thu, Sep 15, 2011 at 1:11 PM, <juberti@google.com> wrote: > On 2011/09/15 17:44:27, sergeyu ...
9 years, 3 months ago (2011-09-15 23:18:15 UTC) #10
juberti
On 2011/09/15 23:18:15, sergeyu wrote: > On Thu, Sep 15, 2011 at 1:11 PM, <mailto:juberti@google.com> ...
9 years, 3 months ago (2011-09-19 21:08:53 UTC) #11
Sergey Ulanov
On 2011/09/19 21:08:53, juberti wrote: > On 2011/09/15 23:18:15, sergeyu wrote: > > On Thu, ...
9 years, 3 months ago (2011-09-19 22:07:03 UTC) #12
juberti
On 2011/09/19 22:07:03, sergeyu wrote: > On 2011/09/19 21:08:53, juberti wrote: > > On 2011/09/15 ...
9 years, 3 months ago (2011-09-20 18:37:45 UTC) #13
brettw
9 years, 3 months ago (2011-09-20 19:55:28 UTC) #14
LGTM rubberstamp

Powered by Google App Engine
This is Rietveld 408576698