Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Issue 2744663004: No longer send or process the socket recieve buffer value in QUIC. Protected by FLAGS_quic_reloada… (Closed)

Created:
3 years, 9 months ago by Jo Kulik
Modified:
3 years, 9 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

No longer send or process the socket recieve buffer value in QUIC. Protected by FLAGS_quic_reloadable_flag_quic_no_socket_receive_buffer. Merge internal change: 148785639 [email protected] BUG=

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -12 lines) Patch
M net/quic/core/quic_config.h View 1 chunk +3 lines, -0 lines 1 comment Download
M net/quic/core/quic_config.cc View 5 chunks +17 lines, -4 lines 1 comment Download
M net/quic/core/quic_config_test.cc View 6 chunks +22 lines, -8 lines 0 comments Download
M net/quic/core/quic_flags_list.h View 1 chunk +3 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 2 (0 generated)
Jo Kulik
3 years, 9 months ago (2017-03-10 05:12:29 UTC) #1
Ryan Hamilton
3 years, 9 months ago (2017-03-10 05:37:44 UTC) #2
https://codereview.chromium.org/2744663004/diff/1/net/quic/core/quic_config.cc
File net/quic/core/quic_config.cc (right):

https://codereview.chromium.org/2744663004/diff/1/net/quic/core/quic_config.c...
net/quic/core/quic_config.cc:549:
QUIC_FLAG_COUNT_N(gfe2_reloadable_flag_quic_no_socket_receive_buffer, 1, 3);
ditto. I'm perplexed by why the script missed this?

https://codereview.chromium.org/2744663004/diff/1/net/quic/core/quic_config.h
File net/quic/core/quic_config.h (right):

https://codereview.chromium.org/2744663004/diff/1/net/quic/core/quic_config.h...
net/quic/core/quic_config.h:439: // Latched copy of
gfe2_reloadable_flag_quic_no_socket_receive_buffer.
I'm surprised the script didn't fix this. Can you tweak the name here?

Powered by Google App Engine
This is Rietveld 408576698