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

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

Merge "Revert "Disable TCP stall detection""

am: cd588dee

Change-Id: If599a37e336160a67132ddc8608f3e1934f45a77
parents d7118902 cd588dee
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;
        }

        /**