Hi Jérôme,
On Tuesday, January 19, 2016 14:34:58 Jérôme GRIES wrote:
I would like to change the duration of the sliding windows, i understand that the duration of the sliding windows is equals to 128*intervall it (intervall beetween every hello packets)
[..]
Could you tell me where i can find something like that in the code :
#define _timeslidingwindows 128
all protocol defines / parameters can be found in net/batman-adv/main.h. The one you are looking for is this:
/* sliding packet range of received originator messages in sequence numbers * (should be a multiple of our word size) */ #define BATADV_TQ_LOCAL_WINDOW_SIZE 64
Cheers, Marek