am 4d1e0121: Change the keep-alive interval to 10 seconds.
Merge commit '4d1e0121277b566b5e1c22e790a3b607b75d945d' into gingerbread-plus-aosp * commit '4d1e0121277b566b5e1c22e790a3b607b75d945d': Change the keep-alive interval to 10 seconds.
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