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

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

Disable TCP stall detection

am: 00e3086c

Change-Id: I429a34bc3368fb0f208d5875ffdb51a65ac41a07
parents 1b85572f 00e3086c
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;
        }

        /**