| Index: webrtc/p2p/base/transport.h
|
| diff --git a/webrtc/p2p/base/transport.h b/webrtc/p2p/base/transport.h
|
| index 2e3981243e8e064d825a7df7288bfc8361e9879e..86d115a91ff2f0565ec02ab0fd39bc888825ec46 100644
|
| --- a/webrtc/p2p/base/transport.h
|
| +++ b/webrtc/p2p/base/transport.h
|
| @@ -141,6 +141,9 @@ struct TransportStats {
|
| struct IceConfig {
|
| // The ICE connection receiving timeout value.
|
| int receiving_timeout_ms = -1;
|
| + // Time interval in milliseconds to ping a backup connection when the ICE
|
| + // channel is strongly connected.
|
| + int backup_connection_ping_interval = -1;
|
| // If true, the most recent port allocator session will keep on running.
|
| bool gather_continually = false;
|
| };
|
|
|