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

Commit eba9705c authored by Chiachang Wang's avatar Chiachang Wang Committed by android-build-merger
Browse files

Merge "Revert "Disable TCP stall detection"" am: cd588dee am: e794f53e

am: 64f267a8

Change-Id: I3211a18c03e75910a56400471c86075edc65a486
parents 30f66f14 64f267a8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -488,9 +488,7 @@ public class TcpSocketTracker {

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

        /**