mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
mac80211: set MESH_TTL to 31
Update the mesh time to live field to 31 according to draft 3.03. Signed-off-by: Rui Paulo <rpaulo@gmail.com> Signed-off-by: Javier Cardona <javier@cozybit.com> Reviewed-by: Andrey Yurovsky <andrey@cozybit.com> Tested-by: Brian Cavagnolo <brian@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
3491707a07
commit
a1935218da
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ struct mesh_rmc {
|
||||||
#define MESH_CFG_CMP_LEN (IEEE80211_MESH_CONFIG_LEN - 2)
|
#define MESH_CFG_CMP_LEN (IEEE80211_MESH_CONFIG_LEN - 2)
|
||||||
|
|
||||||
/* Default values, timeouts in ms */
|
/* Default values, timeouts in ms */
|
||||||
#define MESH_TTL 5
|
#define MESH_TTL 31
|
||||||
#define MESH_MAX_RETR 3
|
#define MESH_MAX_RETR 3
|
||||||
#define MESH_RET_T 100
|
#define MESH_RET_T 100
|
||||||
#define MESH_CONF_T 100
|
#define MESH_CONF_T 100
|
||||||
|
|
Loading…
Reference in a new issue