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

Commit 61f40076 authored by Chalard Jean's avatar Chalard Jean Committed by android-build-merger
Browse files

Disable TCP stall detection am: 00e3086c

am: 79748c59

Change-Id: I01d537b825c816bbe140e14f4268f96f69d80457
parents 921f4f22 79748c59
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -470,7 +470,9 @@ public class TcpSocketTracker {

        public Dependencies(final Context context, final boolean tcpSupport) {
            mContext = context;
            mIsTcpInfoParsingSupported = tcpSupport;
            // TCP data stall detection is currently crashing because of buffer underflows.
            // Disable it.
            mIsTcpInfoParsingSupported = false;
        }

        /**