Hello world,
During an experiment it was found, that BATADV_FRAG_MAX_FRAGMENTS=16 allows ~72 clients to be connected to one single access point.
This parameter is defined in batman-adv/main.h [1]
What negative side-effects should I expect when doubling that value at compile-time?
Christof
[1] http://lxr.free-electrons.com/source/net/batman-adv/main.h#L149