Change the keep-alive interval to 10 seconds.

Change-Id: I216cee622f57ee18533de3960d4da1a41e01f1ae
This commit is contained in:
Chung-yih Wang
2010-09-09 13:27:10 +08:00
parent edbb8083a8
commit 4d1e012127

View File

@@ -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) {