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

Commit b2118252 authored by Chung-yih Wang's avatar Chung-yih Wang Committed by Android Git Automerger
Browse files

am 4d1e0121: Change the keep-alive interval to 10 seconds.

Merge commit '4d1e0121' into gingerbread-plus-aosp

* commit '4d1e0121':
  Change the keep-alive interval to 10 seconds.
parents 0c592acf 4d1e0121
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -490,7 +490,7 @@ public final class SipService extends ISipService.Stub {

    private class KeepAliveProcess implements Runnable {
        private static final String TAG = "\\KEEPALIVE/";
        private static final int INTERVAL = 15;
        private static final int INTERVAL = 10;
        private SipSessionGroup.SipSessionImpl mSession;

        public KeepAliveProcess(SipSessionGroup.SipSessionImpl session) {