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

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

Disable TCP stall detection am: 00e3086c am: 79748c59

am: 61f40076

Change-Id: I18eed1bd4413247f86d026fa50a2df7e3bdc0010
parents 370107cd 61f40076
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;
        }

        /**