Added SilcIDListData structure and added it to ClientEntry and
[runtime.git] / apps / silcd / server.h
index 1e3dd56427fa40b92c6b2fa683db49805ec4b36a..edad5b4752671152a7dff0cd0a0d170a05290ceb 100644 (file)
@@ -37,11 +37,11 @@ typedef struct SilcServerStruct *SilcServer;
 /* Connection retry timeout. We implement exponential backoff algorithm
    in connection retry. The interval of timeuot grows when retry count
    grows. */
-#define SILC_SERVER_RETRY_COUNT        3        /* Max retry count */
+#define SILC_SERVER_RETRY_COUNT        4        /* Max retry count */
 #define SILC_SERVER_RETRY_MULTIPLIER   7 / 4    /* Interval growth */
 #define SILC_SERVER_RETRY_RANDOMIZER   2        /* timeout += rnd % 2 */
-#define SILC_SERVER_RETRY_INTERVAL_MIN        /* Min retry timeout */
-#define SILC_SERVER_RETRY_INTERVAL_MAX 30       /* Max generated timeout */
+#define SILC_SERVER_RETRY_INTERVAL_MIN 10       /* Min retry timeout */
+#define SILC_SERVER_RETRY_INTERVAL_MAX 600      /* Max generated timeout */
 
 /* 
    Silc Server Params.