Index: webrtc/p2p/base/p2ptransportchannel.cc |
diff --git a/webrtc/p2p/base/p2ptransportchannel.cc b/webrtc/p2p/base/p2ptransportchannel.cc |
index c58a235f2dbc80483bc1915eaf089c573e25dc93..4daa9672fa6b7c15aedf99bef4639d0b07cf5e28 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.cc |
+++ b/webrtc/p2p/base/p2ptransportchannel.cc |
@@ -198,7 +198,7 @@ const uint32_t WEAK_PING_DELAY = 1000 * PING_PACKET_SIZE / 10000; |
// If the current best connection is both writable and receiving, then we will |
// also try hard to make sure it is pinged at this rate (a little less than |
// 2 * STRONG_PING_DELAY). |
-static const uint32_t MAX_CURRENT_STRONG_DELAY = 900; |
+const uint32_t MAX_CURRENT_STRONG_DELAY = 900; |
static const int MIN_CHECK_RECEIVING_DELAY = 50; // ms |