Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bb0555f authored by Chiachang Wang's avatar Chiachang Wang Committed by Automerger Merge Worker
Browse files

Merge "Increase tcp polling interval on data stall detection" am: 24cbe31a...

Merge "Increase tcp polling interval on data stall detection" am: 24cbe31a am: e33979eb am: 4fa87837 am: 4b9060d9

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1322514

Change-Id: I08e233eef73da7eb7f541f3e81622351c987225d
parents d2c57cc4 4b9060d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -97,7 +97,7 @@ public class DataStallUtils {
    /**
    /**
     * Default polling interval to observe the tcp health.
     * 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.
     * Default tcp packets fail rate to suspect as a data stall.