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

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: address nits Created 4 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/core/quic_connection.cc ('k') | net/quic/test_tools/quic_stream_factory_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ac0283a5d6c67d72b8b071ed2e80e7b047b66d51 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 QuicTime::Delta GetPingTimeout(QuicStreamFactory* factory);
+
static bool IsQuicDisabled(QuicStreamFactory* factory, uint16_t port);
static bool GetDelayTcpRace(QuicStreamFactory* factory);
« no previous file with comments | « net/quic/core/quic_connection.cc ('k') | net/quic/test_tools/quic_stream_factory_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698