Change the keep-alive interval to 10 seconds.
Change-Id: I216cee622f57ee18533de3960d4da1a41e01f1ae
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user