X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fdaemon%2Fcalllistener.h;h=0fba1c73bb9c53e6d2c4c5f4c7270f453f950657;hb=99cc5426ffa010cd2b6a871886b210faac34f69d;hp=23b97eb371dde2c53316d7441b6b9eef8455aa61;hpb=59eef3bf02ffb6b51d1b8c7a34c8ec0a8ca774e8;p=jenirok diff --git a/src/daemon/calllistener.h b/src/daemon/calllistener.h index 23b97eb..0fba1c7 100644 --- a/src/daemon/calllistener.h +++ b/src/daemon/calllistener.h @@ -39,11 +39,11 @@ public: static const int REQUEST_TIMEOUT = 10000; static const int BANNER_DELAY = 350; static const int SEARCH_RETRIES = 2; - static const int CONNECT_RETRIES = 2; - static const int CONNECTION_LOOKUP_RETRIES = 8; + static const int CONNECT_RETRIES = 1; + static const int CONNECTION_LOOKUP_RETRIES = 7; static const int GPRS_SCANS = 2; - static const int WLAN_SCANS = 5; - static const int WAIT_BETWEEN_RETRIES = 500; + static const int WLAN_SCANS = 4; + static const int WAIT_BETWEEN_RETRIES = 400; static const int ERROR_BANNER_TIMEOUT = 4500; protected: @@ -55,6 +55,7 @@ private slots: void callTerminate(); void showTimedMessage(); void handleAnswer(); + void closeConnection(); private: Q_DISABLE_COPY(CallListener);