batman-adv: network coding - detect coding nodes and remove these after timeout
[firefly-linux-kernel-4.4.55.git] / net / batman-adv / main.h
index 59ba2ff8e25235a410a7b3966d01778c20c223f2..8a10619ae9162fcbd38b83ba7d2c41829e0b5531 100644 (file)
 #define BATADV_RESET_PROTECTION_MS 30000
 #define BATADV_EXPECTED_SEQNO_RANGE    65536
 
+#define BATADV_NC_NODE_TIMEOUT 10000 /* Milliseconds */
+
 enum batadv_mesh_state {
        BATADV_MESH_INACTIVE,
        BATADV_MESH_ACTIVE,