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

Commit cd588dee authored by Chiachang Wang's avatar Chiachang Wang Committed by Gerrit Code Review
Browse files

Merge "Revert "Disable TCP stall detection""

parents 0d749e71 a54db7f0
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;
        }

        /**