On Saturday, January 16, 2016 16:40:14 Marek Lindner wrote:
From: Antonio Quartulli antonio@open-mesh.com
This attribute is exported to user space to disable the link throughput auto-detection by setting a fixed value. The throughput override value is used when batman-adv is computing the link throughput towards a neighbour.
If the value is set to 0 then batman-adv will try to detect the throughput by itself.
Signed-off-by: Antonio Quartulli antonio@open-mesh.com
.../ABI/testing/sysfs-class-net-batman-adv | 9 +++ net/batman-adv/bat_v.c | 6 ++ net/batman-adv/gateway_common.c | 4 +- net/batman-adv/gateway_common.h | 2 + net/batman-adv/sysfs.c | 74 ++++++++++++++++++++++ net/batman-adv/types.h | 2 + 6 files changed, 95 insertions(+), 2 deletions(-)
Applied in revision c513176.
Thanks, Marek