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

Unified Diff: net/quic/quic_config.h

Issue 2005853002: Ignore the peer's receive buffer in QUIC and instead set the max CWND to 2000 packets. Protected b… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@122420070
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/congestion_control/tcp_cubic_sender_packets_test.cc ('k') | net/quic/quic_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_config.h
diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
index 6650f7434dded252999a14534a0c7681d8d739e2..7d40adc1b9817fc6c70ea4fa382311961169ab70 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -384,6 +384,7 @@ class NET_EXPORT_PRIVATE QuicConfig {
QuicFixedUint32 initial_session_flow_control_window_bytes_;
// Socket receive buffer in bytes.
+ // TODO(ianswett): Deprecate once QUIC_VERSION_34 is deprecated.
QuicFixedUint32 socket_receive_buffer_;
// Whether to support multipath for this connection.
« no previous file with comments | « net/quic/congestion_control/tcp_cubic_sender_packets_test.cc ('k') | net/quic/quic_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698