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

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

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

Merge commit 'b2118252'

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


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


        public KeepAliveProcess(SipSessionGroup.SipSessionImpl session) {
        public KeepAliveProcess(SipSessionGroup.SipSessionImpl session) {