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:
Chung-yih Wang
2010-09-08 22:42:52 -07:00
committed by Android Git Automerger

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