Chromium Code Reviews| Index: webrtc/p2p/base/p2ptransportchannel.h |
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
| index b002c8bb9f3848d2ac9c639a6617818e39ec7961..ada3ecfb8bb2deeb6bc5d9120eb1647d7cd1a1da 100644 |
| --- a/webrtc/p2p/base/p2ptransportchannel.h |
| +++ b/webrtc/p2p/base/p2ptransportchannel.h |
| @@ -39,6 +39,7 @@ |
| namespace cricket { |
| extern const int WEAK_PING_INTERVAL; |
| +static const int MIN_PINGS_AT_WEAK_PING_INTERVAL = 3; |
| struct IceParameters { |
| std::string ufrag; |