Chromium Code Reviews| Index: webrtc/p2p/base/p2ptransportchannel.h |
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
| index 524963976366e9de7a43d9fd0c81905e20062058..86d6705402f879e1360b17256f67aa5d86b4fcfc 100644 |
| --- a/webrtc/p2p/base/p2ptransportchannel.h |
| +++ b/webrtc/p2p/base/p2ptransportchannel.h |
| @@ -251,6 +251,7 @@ class P2PTransportChannel : public TransportChannelImpl, |
| int receiving_timeout_; |
| uint32_t last_ping_sent_ms_ = 0; |
| bool gather_continually_ = false; |
| + int weak_ping_delay_ = 0; |
|
pthatcher1
2015/10/16 21:30:31
I think it would be safer to make this = WEAK_PING
|
| RTC_DISALLOW_COPY_AND_ASSIGN(P2PTransportChannel); |
| }; |