|
@@ -44,7 +44,7 @@
|
|
|
#define BATADV_TT_CLIENT_TEMP_TIMEOUT 600000 /* in milliseconds */
|
|
|
#define BATADV_TT_WORK_PERIOD 5000 /* 5 seconds */
|
|
|
#define BATADV_ORIG_WORK_PERIOD 1000 /* 1 second */
|
|
|
-#define BATADV_DAT_ENTRY_TIMEOUT (5*60000) /* 5 mins in milliseconds */
|
|
|
+#define BATADV_DAT_ENTRY_TIMEOUT (5 * 60000) /* 5 mins in milliseconds */
|
|
|
/* sliding packet range of received originator messages in sequence numbers
|
|
|
* (should be a multiple of our word size)
|
|
|
*/
|