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

Issue 557373002: Plumbing for TCP FastOpen field trial and enables it for SSL sockets. (Closed)

Created:
6 years, 3 months ago by Jana
Modified:
6 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, Adam Rice, willchan no longer on Chromium, ycheng, cbentzel
Base URL:
https://chromium.googlesource.com/chromium/src.git@tfo2
Project:
chromium
Visibility:
Public.

Description

Plumbing for TCP FastOpen field trial. BUG=413370, 402005 Committed: https://crrev.com/f9b4bec613a221bf74be814775a8b2b035604939 Cr-Commit-Position: refs/heads/master@{#294829}

Patch Set 1 #

Patch Set 2 : Silly file deleted. #

Total comments: 4

Patch Set 3 : Added a field trial group name. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -19 lines) Patch
M chrome/browser/io_thread.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 chunks +14 lines, -1 line 0 comments Download
M net/http/http_network_session.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_network_session.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/socket/client_socket_pool_manager.cc View 2 chunks +23 lines, -18 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
Jana
This CL does the requisite plumbing to enable TCP FastOpen when in a field trial ...
6 years, 3 months ago (2014-09-10 16:36:00 UTC) #2
mmenke
LGTM https://codereview.chromium.org/557373002/diff/20001/net/socket/client_socket_pool_manager.cc File net/socket/client_socket_pool_manager.cc (right): https://codereview.chromium.org/557373002/diff/20001/net/socket/client_socket_pool_manager.cc#newcode239 net/socket/client_socket_pool_manager.cc:239: TransportSocketParams::COMBINE_CONNECT_AND_WRITE_DEFAULT; Optional: You could move combine_connect_and_write to the ...
6 years, 3 months ago (2014-09-10 18:29:09 UTC) #3
Randy Smith (Not in Mondays)
https://codereview.chromium.org/557373002/diff/20001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/557373002/diff/20001/chrome/browser/io_thread.cc#newcode856 chrome/browser/io_thread.cc:856: globals_->enable_tcp_fast_open_for_ssl.set(true); This looks wrong to me--it looks like you're ...
6 years, 3 months ago (2014-09-10 18:57:06 UTC) #4
Jana
Thanks, Matt and Randy. I've fixed the code, PTAL. I've also created a bug per ...
6 years, 3 months ago (2014-09-11 20:04:59 UTC) #5
Jana
+hodie for a review on use of the Field Trial bits.
6 years, 3 months ago (2014-09-12 18:19:08 UTC) #7
Jana
-hodie, +asvitkine for review of the Finch bits.
6 years, 3 months ago (2014-09-12 18:24:06 UTC) #9
Alexei Svitkine (slow)
field trial code lgtm, but please associate this CL with a crbug
6 years, 3 months ago (2014-09-12 18:27:56 UTC) #10
Jana
Added bug id. Thanks, Alexei!
6 years, 3 months ago (2014-09-12 18:33:56 UTC) #11
Jana
Thanks all, I'm going to submit this patch. Randy, I'm assuming that you're fine with ...
6 years, 3 months ago (2014-09-13 00:11:33 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/557373002/40001
6 years, 3 months ago (2014-09-13 00:18:29 UTC) #14
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 3 months ago (2014-09-13 06:19:32 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/557373002/40001
6 years, 3 months ago (2014-09-15 15:46:24 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 3fec0a3ef77c15c3e694d3f347d40d73b93f7531
6 years, 3 months ago (2014-09-15 15:48:03 UTC) #19
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/f9b4bec613a221bf74be814775a8b2b035604939 Cr-Commit-Position: refs/heads/master@{#294829}
6 years, 3 months ago (2014-09-15 15:50:56 UTC) #20
Randy Smith (Not in Mondays)
On 2014/09/13 00:11:33, Jana wrote: > Thanks all, I'm going to submit this patch. Randy, ...
6 years, 3 months ago (2014-09-15 20:10:18 UTC) #21
Jana
Thanks, Randy! The way QUIC disables experiments on a user flag is by using "forcing_flag" ...
6 years, 3 months ago (2014-09-15 21:15:49 UTC) #22
Alexei Svitkine (slow)
6 years, 3 months ago (2014-09-15 21:54:22 UTC) #23
Message was sent while issue was closed.
Yeah, the way the Finch mechanism works is you can associate a group with a
flag, so if that flag is seen on startup, the specific Finch group is selected.

Powered by Google App Engine
This is Rietveld 408576698