The following commit has been merged in the master branch: commit 9fa26c444ba9dc86b49c6002ff63b96d74c7dd62 Author: Marek Lindner lindner_marek@yahoo.de Date: Sat Apr 7 19:43:55 2007 +0200
set bidirectional timeout to orginator_interval * 2 increase compability version release 0.2 beta
diff --git a/batman.c b/batman.c index 6922d52..3f34c89 100644 --- a/batman.c +++ b/batman.c @@ -585,7 +585,7 @@ int8_t batman() {
debug_timeout = get_time(); - bidirectional_timeout = orginator_interval * 3; + bidirectional_timeout = orginator_interval * 2;
if ( NULL == ( orig_hash = hash_new( 128, compare_orig, choose_orig ) ) ) return(-1); diff --git a/batman.h b/batman.h index 35d6605..f5952eb 100644 --- a/batman.h +++ b/batman.h @@ -35,8 +35,8 @@
-#define SOURCE_VERSION "0.2 alpha (debug)" -#define COMPAT_VERSION 2 +#define SOURCE_VERSION "0.2 beta" +#define COMPAT_VERSION 3 #define PORT 1966 #define UNIDIRECTIONAL 0x80 #define DIRECTLINK 0x40