On Thu, Jan 14, 2010 at 08:40:25AM -0500, ecfu wrote:
Is there a configuration setting for batman-adv to timeout on a connection? i.e. if I lose a node in my network, I noticed it took a long time for that node to leave the originators list. What is this based on or in other words when does batman-adv declare the lost originator gone?
An originator is purged when it has not been heard from in
#define PURGE_TIMEOUT 200000 /* purge originators after time in ms if no * valid packet comes in.
is 200s = 3.3 minutes.
Andrew