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

Commit e5a6619d authored by Xiao Ma's avatar Xiao Ma Committed by Gerrit Code Review
Browse files

Merge "Fix the probe wake lock duration when mcast_resolicit is enabled."

parents 0999fd20 54942e8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -570,7 +570,7 @@ public class IpReachabilityMonitor {
            }
        }

        mNumSolicits = numSolicits;
        mNumSolicits = isMulticastResolicitEnabled() ? (numSolicits + numResolicits) : numSolicits;
        mInterSolicitIntervalMs = interSolicitIntervalMs;
    }