gluon/package/gluon-mesh-batman-adv-core
Sven Eckelmann 22946b14b6 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-11 12:03:12 +01:00
..
files gluon-client-bridge, gluon-mesh-batman-adv-core: switch roles of br-client and local-node interfaces 2016-12-10 23:43:44 +01:00
luasrc/lib/gluon gluon-client-bridge, gluon-mesh-batman-adv-core: switch roles of br-client and local-node interfaces 2016-12-10 23:43:44 +01:00
src gluon-mesh-batman-adv-core: Switch from debugfs to batadv netlink 2016-12-11 12:03:12 +01:00
check_site.lua gluon-client-bridge, gluon-mesh-batman-adv-core: switch roles of br-client and local-node interfaces 2016-12-10 23:43:44 +01:00
Makefile gluon-mesh-batman-adv-core: Switch from debugfs to batadv netlink 2016-12-11 12:03:12 +01:00