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..e7a8d1efc21e64c661fb8559b57447d148434833 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 kMinNumPingsSent = 3; |
|
pthatcher1
2016/05/25 17:29:13
Can we keep the same style? And a slightly better
honghaiz3
2016/05/25 18:40:02
Done.
|
| struct IceParameters { |
| std::string ufrag; |