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

Unified Diff: net/spdy/spdy_session_unittest.cc

Issue 8497063: Send preface-PING message once in 10 secs and send PING (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/spdy/spdy_session.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session_unittest.cc
===================================================================
--- net/spdy/spdy_session_unittest.cc (revision 109371)
+++ net/spdy/spdy_session_unittest.cc (working copy)
@@ -239,7 +239,7 @@
// Enable sending of PING.
SpdySession::set_enable_ping_based_connection_checking(true);
- SpdySession::set_connection_at_risk_of_loss_ms(0);
+ SpdySession::set_connection_at_risk_of_loss_seconds(0);
SpdySession::set_trailing_ping_delay_time_ms(0);
SpdySession::set_hung_interval_ms(50);
@@ -329,7 +329,7 @@
// Enable sending of PING.
SpdySession::set_enable_ping_based_connection_checking(true);
- SpdySession::set_connection_at_risk_of_loss_ms(0);
+ SpdySession::set_connection_at_risk_of_loss_seconds(0);
SpdySession::set_trailing_ping_delay_time_ms(0);
SpdySession::set_hung_interval_ms(0);
« no previous file with comments | « net/spdy/spdy_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698