|
@@ -161,7 +161,7 @@ int timer_interval = 60; /*!< Timer interval in seconds */
|
|
int db_mode = 0; /*!< Database sync scheme: 0-no db, 1-write through, 2-write back, 3-only db */
|
|
int db_mode = 0; /*!< Database sync scheme: 0-no db, 1-write through, 2-write back, 3-only db */
|
|
int use_domain = 0; /*!< Whether usrloc should use domain part of aor */
|
|
int use_domain = 0; /*!< Whether usrloc should use domain part of aor */
|
|
int desc_time_order = 0; /*!< By default do not enable timestamp ordering */
|
|
int desc_time_order = 0; /*!< By default do not enable timestamp ordering */
|
|
-int handle_lost_tcp = 0;
|
|
|
|
|
|
+int handle_lost_tcp = 0; /*!< By default do not remove contacts before expiration time */
|
|
|
|
|
|
int ul_fetch_rows = 2000; /*!< number of rows to fetch from result */
|
|
int ul_fetch_rows = 2000; /*!< number of rows to fetch from result */
|
|
int ul_hash_size = 9;
|
|
int ul_hash_size = 9;
|