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

Unified Diff: net/quic/quic_config.h

Issue 351133002: Adds an internal server and chromium's flag for disabling/enabling FEC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/quic_client_session_base.cc ('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 5c8657272b7aba2160b8d95a23b482ffb238e2a8..376b2b05896f60893eb007dbdbd0b25a35cd52c8 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -269,6 +269,10 @@ class NET_EXPORT_PRIVATE QuicConfig {
QuicTagVector ReceivedConnectionOptions() const;
+ bool HasSendConnectionOptions() const;
+
+ QuicTagVector SendConnectionOptions() const;
+
void SetLossDetectionToSend(QuicTag loss_detection);
bool HasReceivedLossDetection() const;
@@ -359,7 +363,7 @@ class NET_EXPORT_PRIVATE QuicConfig {
// Congestion control feedback type.
QuicNegotiableTag congestion_feedback_;
- // Congestion control option.
+ // Connection options.
QuicFixedTagVector connection_options_;
// Loss detection feedback type.
QuicFixedTag loss_detection_;
« no previous file with comments | « net/quic/quic_client_session_base.cc ('k') | net/quic/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698