b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
From: Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
To: The list for a Better Approach To Mobile Ad-hoc Networking
	<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: encourage batman to take shorter routes by changing the default hop penalty
Date: Sat, 28 Jan 2012 16:35:35 +0100	[thread overview]
Message-ID: <20120128153535.GA15903@pandem0nium> (raw)
In-Reply-To: <201201272354.26055.lindner_marek@yahoo.de>

[-- Attachment #1: Type: text/plain, Size: 2640 bytes --]

On Fri, Jan 27, 2012 at 11:54:25PM +0800, Marek Lindner wrote:
> 
> Hi Andrew,
> 
> > Do you have any performance analysis to show this is really helpful
> > and not harmful?
> > 
> > I've seen indoor results where i had to reduce the hop penalty,
> > otherwise BATMAN was taking a short path which worked badly. By
> > reducing the hop penalty, so encouraging it to take more hops, i got
> > usable routes.
> > 
> > I see the danger here this could break working networks, so maybe it
> > needs justification?
> 
> as a matter of fact I do believe it is helpful. In various networks (more than 
> a dozen) I have seen that batman would largely favor multi-hop routes, thus 
> reducing the overall throughput. By setting it to a higher value I regained 
> some of its performance. The networks are still up & running - I can show them 
> to you if you are interested.

I have seen similar results in my test setups. One simple scenario where I have
seen route flapping with hop penalty 10 in multiple setups is: If some nodes are
at the same place (e.g. a few netbooks on the same table), they often don't use
the direct route but change to a two-hop route to reach their destination - even
if the direct link is nearly perfect. There don't even has to be payload traffic
involved, the routes just flap because of the little tq oscillations from some
packets lost.

In these tests, I have also changed the hop penalty to 30 (or even 50, sometimes)
and these problems are gone.

The TQ metric has limited informative value in terms of available bandwidth/chosen
rate. The default wifi broadcast/multicast rate of 1 Mbit/s may lead to prefering
low-rate 1 hop links over high-rate 2 hop links. However, this can be often fixed
by increasing the mcast rate (mac80211 or madwifi support this). We should consider
including rate information in future metrics.

Anyway, for now and our current TQ metric I strongly agree in increasing the hop
penalty too.

Cheers,
	Simon

> 
> So, you had to reduce the default value of 10 to something even smaller ? A 
> hop penalty of 10 results in a penatly of 4% per hop. A rough equivalent of 2 
> lost packets (62/64). Does not sound very much to me. Can you explain your 
> test setup a little more ?
> 
> Nevertheless, this patch was intended to get a discussion going. The main 
> problem I have been seeing in the last weeks is that OGM broadcasts have a 
> hard time estimating the link quality / throughput on 11n devices. I'll also 
> try to hack a proof of concept for an rssi influence on the routing and see if 
> that has a better effect.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2012-01-28 15:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-27 15:11 [B.A.T.M.A.N.] [PATCH] batman-adv: encourage batman to take shorter routes by changing the default hop penalty Marek Lindner
2012-01-27 15:19 ` Andrew Lunn
2012-01-27 15:54   ` Marek Lindner
2012-01-27 18:17     ` Daniele Furlan
2012-01-28 21:03       ` Marek Lindner
2012-01-27 19:13     ` Andrew Lunn
2012-01-28 14:12       ` Antonio Quartulli
2012-01-28 20:49         ` Marek Lindner
2012-01-30  8:06         ` Andrew Lunn
2012-01-28 20:57       ` Marek Lindner
2012-01-28 15:35     ` Simon Wunderlich [this message]
2012-02-05 18:52 ` Marek Lindner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120128153535.GA15903@pandem0nium \
    --to=simon.wunderlich@s2003.tu-chemnitz.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).