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

Unified Diff: net/quic/quic_config.h

Issue 605733006: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert Patch Set 3 Created 6 years, 3 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/source_address_token.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 688d281e4023451add8ecca8a8c1daa293a63bf4..75e46f6bd9464b3cf2e93724fd136898b23ec3b0 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -273,12 +273,6 @@ class NET_EXPORT_PRIVATE QuicConfig {
QuicTagVector SendConnectionOptions() const;
- void SetLossDetectionToSend(QuicTag loss_detection);
-
- bool HasReceivedLossDetection() const;
-
- QuicTag ReceivedLossDetection() const;
-
void set_idle_connection_state_lifetime(
QuicTime::Delta max_idle_connection_state_lifetime,
QuicTime::Delta default_idle_conection_state_lifetime);
@@ -375,8 +369,6 @@ class NET_EXPORT_PRIVATE QuicConfig {
QuicNegotiableTag congestion_feedback_;
// Connection options.
QuicFixedTagVector connection_options_;
- // Loss detection feedback type.
- QuicFixedTag loss_detection_;
// Idle connection state lifetime
QuicNegotiableUint32 idle_connection_state_lifetime_seconds_;
// Keepalive timeout, or 0 to turn off keepalive probes
« no previous file with comments | « net/quic/crypto/source_address_token.h ('k') | net/quic/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698