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

Unified Diff: net/quic/quic_config.h

Issue 683263003: Turning off CID truncation for proxied connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Protect_UpdateRTT_from_negative_deltas_78580114
Patch Set: Created 6 years, 2 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 | « no previous file | 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 e03c640872a6600bf01ef2c6b9c1475d4266b4fc..a4d612978f2cdd688d44c21372fc4eea7de91314 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -310,6 +310,8 @@ class NET_EXPORT_PRIVATE QuicConfig {
return max_undecryptable_packets_;
}
+ bool HasSetBytesForConnectionIdToSend() const;
+
// Sets the peer's connection id length, in bytes.
void SetBytesForConnectionIdToSend(uint32 bytes);
« no previous file with comments | « no previous file | net/quic/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698