Open seu-wjw opened 8 years ago
It is configurable - e.g.:
$ sudo iw dev wlan2 get mesh_param | grep ttl
mesh_ttl = 31
mesh_element_ttl = 31
I believe TTL is for data frames and element TTL is for management frames.
TTL and element TTL are both unsigned byte or 8-bits. So, the maximum hop count for data frame and HWMP element can be set to 255.
On Tue, Jun 21, 2016 at 11:07 PM, Bob Copeland notifications@github.com wrote:
It is configurable - e.g.:
$ sudo iw dev wlan2 get mesh_param | grep ttl mesh_ttl = 31 mesh_element_ttl = 31
I believe TTL is for data frames and element TTL is for management frames.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/o11s/open80211s/issues/49#issuecomment-227470132, or mute the thread https://github.com/notifications/unsubscribe/ABBewlDoc_UplOQZCMKZ0WnoxxG83N2Aks5qN_4zgaJpZM4I6p-E .
Hi,the implementation of open80211s,how much max hop_count of a mesh path?