forked from JumpingYang001/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add field trial to let idle connection live longer than 30s
A connection is currently deleted if it has not recevied anything for 30s. This patch adds a field trial that allows modifying this value if no pings are outstanding. The motivation for this is to experiment with pinging slower than once per 30s in order to save battery. Bug: webrtc:10282 Change-Id: I3272b9d68d44fc30379bd9a6c643db6b09766486 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175005 Commit-Queue: Jonas Oreland <[email protected]> Reviewed-by: Harald Alvestrand <[email protected]> Cr-Commit-Position: refs/heads/master@{#31239}
- Loading branch information
Jonas Oreland
authored and
Commit Bot
committed
May 13, 2020
1 parent
3476e12
commit 21433ca
Showing
4 changed files
with
111 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters