summaryrefslogtreecommitdiffstats
path: root/net/base/privacy_mode.h
diff options
context:
space:
mode:
authorrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 21:06:49 +0000
committerrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-15 21:06:49 +0000
commitfb35b0a23a69fd33a5320362d43b9b6e8df40b7d (patch)
tree1fa3f843a77fdc314e14012161a072b742d4858e /net/base/privacy_mode.h
parent47a7c002213e7008d7a989122acfe182a1114ad4 (diff)
downloadchromium_src-fb35b0a23a69fd33a5320362d43b9b6e8df40b7d.zip
chromium_src-fb35b0a23a69fd33a5320362d43b9b6e8df40b7d.tar.gz
chromium_src-fb35b0a23a69fd33a5320362d43b9b6e8df40b7d.tar.bz2
Land Recent QUIC Changes
Add reordering statistics and min_rtt to QuicConnectionStats. Merge internal change: 64582035 https://codereview.chromium.org/231733008/ Add a slowstart packets lost stat to allow QUIC to track how many packets are lost when exiting slowstart. Merge internal change: 64548567 https://codereview.chromium.org/231833004/ Added hooks to QUIC time wait list manager so that internal server specific code could be separated. Merge internal change: 64500752 https://codereview.chromium.org/231863006/ Cleanup changes found while merging the privacy mode changes into the internal source tree. Merge internal change: 64377731 https://codereview.chromium.org/232433002/ Add test-only MakeAckFrame method to quic_test_utils, and remove the test-only QuicAckFrame constructor which was not using the 2nd argument. Used MakeAckFrame method in chrome specific code also. Merge internal change: 64373111 https://codereview.chromium.org/231863005/ Set the send and receive buffers for the QuicClient and QuicServer to the default receive window for QUIC's TCP Sender. QUIC cleanup to create SetSendBufferSize and SetReceiveBufferSize in QuicSocketUtils. Merge internal change: 64358078, 64380825 https://codereview.chromium.org/232243003/ Added writer() helper method to QuicConnection. Made CreateQuicConnection of QuicDispatcher a virtual method and added helper methods for helper, writer and initial_flow_control_window_bytes. Merge internal change: 64357422 https://codereview.chromium.org/232013005/ When multiple streams have pending writes in QUICSession, bundle them into as few packets as possible rather. Previously the header stream and the body stream were always written in separate packets. Fixed chrome specific unit tests to accept extra ack frame. Merge internal change: 64304809 https://codereview.chromium.org/232013005/ QUIC refactor to use the congestion window directly when calculating the packet sequence number length, instead of calculating the window indirectly. Merge internal change: 64295053 https://codereview.chromium.org/232003003/ Refactor to isolate the PRR logic from the rest of TCPCubicSender. Merge internal change: 64210335 https://codereview.chromium.org/232173002/ R=rch@chromium.org Review URL: https://codereview.chromium.org/232463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/privacy_mode.h')
-rw-r--r--net/base/privacy_mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/privacy_mode.h b/net/base/privacy_mode.h
index 8b09a64..4d455cf 100644
--- a/net/base/privacy_mode.h
+++ b/net/base/privacy_mode.h
@@ -8,7 +8,7 @@
namespace net {
// Privacy Mode is enabled if cookies to particular site are blocked, so
-// Channel ID is disabled on that connection (https or spdy).
+// Channel ID is disabled on that connection (https, spdy or quic).
enum PrivacyMode {
PRIVACY_MODE_DISABLED = 0,
PRIVACY_MODE_ENABLED = 1,