This will resolve https://www.open-mesh.org/issues/366
--- /tmp/smartgit7095787147690981841tmp/compare__827356725346254060_batctl.8 +++ /tmp/smartgit7095787147690981841tmp/compare__6833548133995178090_batctl.8 @@ -144,6 +144,9 @@ If the node is a gateway client the parameter will decide which criteria to consider when the batman-adv module has to choose between different internet connections announced by the aforementioned servers. .RE +.RS 9 +B.A.T.M.A.N. IV: +.RE .RS 17 default: 20 -> late switch (TQ 20) .RE @@ -166,6 +169,19 @@ .RS 7 chooses the gateway with the best link quality but switches to another gateway as soon as a better one is found which is at least XX TQ better than the currently selected gateway (XX has to be a number between 3 and 256). +.RE +.RE +.RS 9 +B.A.T.M.A.N. V: +.RE +.RS 17 +default: 5000 -> late switch (5000 kbit/s throughput) +example: 1500 -> fast switch connection +.RS 16 +switches to another gateway as soon as a better one is found which is at least +1500 kbit/s faster throughput than the currently selected gateway. Throughput is +determined by evaluating which is lower: the advertised throughput by the +gateway or the maximum bandwidth across the entire path. .RE .RE .br
On Dienstag, 27. November 2018 13:43:33 CET Ruben wrote:
This will resolve https://www.open-mesh.org/issues/366
Please use `git format-patch -1` to create a patch file (of the last commit). And then send it via `git send-email --to=b.a.t.m.a.n@lists.open-mesh.org` to the mailing list. The patch you've send here cannot be applied with git-am.
Also don't forget to add the Signed-off-by: ... line. And use a proper Subject and commit message [1]. And please no "This will resolve https://www.open-mesh.org/issues/366" in the actual commit message.
Kind regards, Sven.
[1] https://www.open-mesh.org/projects/open-mesh/wiki/Contribute#Submitting-patc...
As mentioned here: https://www.open-mesh.org/issues/366#note-8
I added a fix to the formatting, so this is the final patch:
Signed-off-by: Ruben Barkow github@r.z11.de
Hi,
On 28/11/2018 00:00, Ruben Barkow wrote:
As mentioned here: https://www.open-mesh.org/issues/366#note-8
I added a fix to the formatting, so this is the final patch:
Signed-off-by: Ruben Barkow github@r.z11.de
Acked-by: Antonio Quartulli a@unstable.cc
On Dienstag, 27. November 2018 15:00:39 CET Ruben Barkow wrote:
As mentioned here: https://www.open-mesh.org/issues/366#note-8
Applied as 26b483ce543e [1]. Thanks for taking care of the wiki entry and the manpage.
Please send it next time as inline patch [2]. I had to manually adjust the commit message because of that. Otherwise it would have looked like this:
batctl: Add section to explain gateway selection class for BATMAN_V
As mentioned here: https://www.open-mesh.org/issues/366#note-8
I added a fix to the formatting, so this is the final patch:
Signed-off-by: Ruben Barkow github@r.z11.de Acked-by: Antonio Quartulli a@unstable.cc
>From c3561b556c57546b2a089b830bd78ada7cd46218 Mon Sep 17 00:00:00 2001 From: rubo77 github@r.z11.de Date: Tue, 27 Nov 2018 13:40:29 +0100 Subject: [PATCH] batctl: Add section to explain gateway selection class for BATMAN_V
Signed-off-by: Ruben Barkow github@r.z11.de Signed-off-by: Sven Eckelmann sven@narfation.org
Kind regards, Sven
[1] https://git.open-mesh.org/batctl.git/commit/26b483ce543e5b4bf6869a66c0ef28ef... [2] https://www.kernel.org/doc/html/v4.19/process/email-clients.html
b.a.t.m.a.n@lists.open-mesh.org