gluon/package/gluon-mesh-batman-adv-core
Sven Eckelmann 223ffce972 gluon-mesh-batman-adv-core: Switch from debugfs to batadv netlink
The batadv debugfs requires large memory blocks to write the text debug
tables. This is inefficient for large tables like the global translation
table or the originators table.

The memory requirement can be reduced by using netlink. It copies smaller
packets in a binary format to the userspace program. The respondd module of
gluon-mesh-batman-adv-core can therefore parse larger originator tables
without causing an OOM on systems which are tight on memory.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2016-12-08 21:10:53 +01:00
..
files gluon-respondd: make initialisation mesh protocol agnostic (#946) 2016-12-08 17:44:29 +01:00
luasrc/lib/gluon gluon-mesh-batman-adv-core: explicitly set primary MAC address using a dummy interface 2016-09-07 02:14:43 +02:00
src gluon-mesh-batman-adv-core: Switch from debugfs to batadv netlink 2016-12-08 21:10:53 +01:00
check_site.lua gluon-mesh-batman-adv-core: use need_one_of() to check for valid mcast_rate 2016-08-27 07:12:07 +02:00
Makefile gluon-mesh-batman-adv-core: Switch from debugfs to batadv netlink 2016-12-08 21:10:53 +01:00