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

Unified Diff: net/quic/test_tools/quic_stream_factory_peer.h

Issue 2301453002: Quic use reduced PING timeout when previous connection times out with open streams (Closed)
Patch Set: Created 4 years, 4 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
Index: net/quic/test_tools/quic_stream_factory_peer.h
diff --git a/net/quic/test_tools/quic_stream_factory_peer.h b/net/quic/test_tools/quic_stream_factory_peer.h
index 2ccdc0408dca34faf73ffdeec26b27c6409149e3..a13cf06219efbfacb04fe9540977b73081cc61fe 100644
--- a/net/quic/test_tools/quic_stream_factory_peer.h
+++ b/net/quic/test_tools/quic_stream_factory_peer.h
@@ -57,6 +57,8 @@ class QuicStreamFactoryPeer {
static int GetNumberOfLossyConnections(QuicStreamFactory* factory,
uint16_t port);
+ static int GetPingTimeoutSeconds(QuicStreamFactory* factory);
+
static bool IsQuicDisabled(QuicStreamFactory* factory, uint16_t port);
static bool GetDelayTcpRace(QuicStreamFactory* factory);

Powered by Google App Engine
This is Rietveld 408576698