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

Commit a54db7f0 authored by Chiachang Wang's avatar Chiachang Wang
Browse files

Revert "Disable TCP stall detection"

This reverts commit 00e3086c.

Reason for revert: <Protection added>

Fix: 142035706

Change-Id: I2f0269f4a62e80257be5ac37daa11e09fd15a2c7
parent 00e3086c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -470,9 +470,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;
        }

        /**