main.h (162bd64c24aba8efe68948e95e61628403106cd7) | main.h (0da0035942d47766c32843143fb5dba7a29cb48c) |
---|---|
1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 16 unchanged lines hidden (view full) --- 25 26#ifndef BATADV_SOURCE_VERSION 27#define BATADV_SOURCE_VERSION "2016.0" 28#endif 29 30/* B.A.T.M.A.N. parameters */ 31 32#define BATADV_TQ_MAX_VALUE 255 | 1/* Copyright (C) 2007-2016 B.A.T.M.A.N. contributors: 2 * 3 * Marek Lindner, Simon Wunderlich 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of version 2 of the GNU General Public 7 * License as published by the Free Software Foundation. 8 * --- 16 unchanged lines hidden (view full) --- 25 26#ifndef BATADV_SOURCE_VERSION 27#define BATADV_SOURCE_VERSION "2016.0" 28#endif 29 30/* B.A.T.M.A.N. parameters */ 31 32#define BATADV_TQ_MAX_VALUE 255 |
33#define BATADV_THROUGHPUT_MAX_VALUE 0xFFFFFFFF |
|
33#define BATADV_JITTER 20 34 35/* Time To Live of broadcast messages */ 36#define BATADV_TTL 50 37 38/* maximum sequence number age of broadcast messages */ 39#define BATADV_BCAST_MAX_AGE 64 40 --- 357 unchanged lines hidden --- | 34#define BATADV_JITTER 20 35 36/* Time To Live of broadcast messages */ 37#define BATADV_TTL 50 38 39/* maximum sequence number age of broadcast messages */ 40#define BATADV_BCAST_MAX_AGE 64 41 --- 357 unchanged lines hidden --- |