diff options
author | Antonio Quartulli <antonio@open-mesh.com> | 2016-01-16 03:40:14 -0500 |
---|---|---|
committer | Antonio Quartulli <a@unstable.cc> | 2016-02-29 03:05:32 -0500 |
commit | 0b5ecc6811bd576ecc9813bbe069f2293cb1c6aa (patch) | |
tree | a75d24c012f6c6ca6ae5fa8904a4eee4e7ed0f98 /Documentation | |
parent | 9323158ef9f49935f0c61509919acd31dda8f11b (diff) |
batman-adv: add throughput override attribute to hard_ifaces
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>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-net-batman-adv | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net-batman-adv b/Documentation/ABI/testing/sysfs-class-net-batman-adv index aea78db983bc..518f6a1dbc0c 100644 --- a/Documentation/ABI/testing/sysfs-class-net-batman-adv +++ b/Documentation/ABI/testing/sysfs-class-net-batman-adv | |||
@@ -1,4 +1,13 @@ | |||
1 | 1 | ||
2 | What: /sys/class/net/<iface>/batman-adv/throughput_override | ||
3 | Date: Feb 2014 | ||
4 | Contact: Antonio Quartulli <antonio@meshcoding.com> | ||
5 | description: | ||
6 | Defines the throughput value to be used by B.A.T.M.A.N. V | ||
7 | when estimating the link throughput using this interface. | ||
8 | If the value is set to 0 then batman-adv will try to | ||
9 | estimate the throughput by itself. | ||
10 | |||
2 | What: /sys/class/net/<iface>/batman-adv/elp_interval | 11 | What: /sys/class/net/<iface>/batman-adv/elp_interval |
3 | Date: Feb 2014 | 12 | Date: Feb 2014 |
4 | Contact: Linus Lüssing <linus.luessing@web.de> | 13 | Contact: Linus Lüssing <linus.luessing@web.de> |