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

Unified Diff: net/quic/quic_config.h

Issue 357573004: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase with TOT Created 6 years, 6 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/crypto/quic_crypto_server_config.h ('k') | net/quic/quic_config.cc » ('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 8f46917450e31e70bc055e00dec3caa096c609f5..5c8657272b7aba2160b8d95a23b482ffb238e2a8 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -263,11 +263,11 @@ class NET_EXPORT_PRIVATE QuicConfig {
QuicTag congestion_feedback() const;
- void SetCongestionOptionsToSend(const QuicTagVector& congestion_options);
+ void SetConnectionOptionsToSend(const QuicTagVector& connection_options);
- bool HasReceivedCongestionOptions() const;
+ bool HasReceivedConnectionOptions() const;
- QuicTagVector ReceivedCongestionOptions() const;
+ QuicTagVector ReceivedConnectionOptions() const;
void SetLossDetectionToSend(QuicTag loss_detection);
@@ -360,7 +360,7 @@ class NET_EXPORT_PRIVATE QuicConfig {
// Congestion control feedback type.
QuicNegotiableTag congestion_feedback_;
// Congestion control option.
- QuicFixedTagVector congestion_options_;
+ QuicFixedTagVector connection_options_;
// Loss detection feedback type.
QuicFixedTag loss_detection_;
// Idle connection state lifetime
« no previous file with comments | « net/quic/crypto/quic_crypto_server_config.h ('k') | net/quic/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698