Index: webrtc/p2p/base/port.h |
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h |
index d5ad65f08100efb9d55cce2ff5e62c17579a284d..5fb1b7126b480ccb20a21b94446160368de47fa2 100644 |
--- a/webrtc/p2p/base/port.h |
+++ b/webrtc/p2p/base/port.h |
@@ -693,7 +693,7 @@ class Connection : public CandidatePairInterface, |
bool reported_; |
State state_; |
// Time duration to switch from receiving to not receiving. |
- int receiving_timeout_; |
+ int64_t receiving_timeout_; |
honghaiz3
2016/08/10 17:09:23
This is a delta-time, so 32 bits should be suffici
|
int64_t time_created_ms_; |
int num_pings_sent_ = 0; |