summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-06-11 03:53:17 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-06-11 03:53:17 +0000
commite60d8975d36d4330fa5e2b10c8cf2fda00bf646f (patch)
tree397d0bbf8eb4a0bdb81d6048f83c6a01c42f351b /src
parent49053ad506d3de82eade8b54c5dc3b4381d06189 (diff)
parent1cde70c1e76b20f31e30ec4b2afe0050598cf1b7 (diff)
Merge "Increase tcp polling interval on data stall detection" into rvc-dev
Diffstat (limited to 'src')
-rw-r--r--src/android/net/util/DataStallUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/net/util/DataStallUtils.java b/src/android/net/util/DataStallUtils.java
index 3391a71..2c5de57 100644
--- a/src/android/net/util/DataStallUtils.java
+++ b/src/android/net/util/DataStallUtils.java
@@ -96,7 +96,7 @@ public class DataStallUtils {
/**
* Default polling interval to observe the tcp health.
*/
- public static int DEFAULT_TCP_POLLING_INTERVAL_MS = 10_000;
+ public static int DEFAULT_TCP_POLLING_INTERVAL_MS = 20_000;
/**
* Default tcp packets fail rate to suspect as a data stall.