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

Commit 4d1e0121 authored by Chung-yih Wang's avatar Chung-yih Wang
Browse files

Change the keep-alive interval to 10 seconds.

Change-Id: I216cee622f57ee18533de3960d4da1a41e01f1ae
parent edbb8083
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) {