public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: gtolon@inti.gob.ar
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: Re: [B.A.T.M.A.N.] Traffic Control in batman-adv
Date: Thu, 03 May 2012 12:36:16 -0300	[thread overview]
Message-ID: <4FA2A5F0.5090905@inti.gob.ar> (raw)
In-Reply-To: <CAJuY50y+mJ4AvBEEb-Fi9uPUom+KPgyGrxSiwnRqiyA2H0hUGQ@mail.gmail.com>

Guido and 3zl, thanks for the replies!

Regarding packet marking, i think it's a good idea, but when i tryed it 
i had some issues with the interaction between iptables/ebtables and the 
bridge, i'll read more about that.

I've heard about gargoyle, didn't know it was based on backfire. That 
active congestion check sounds great!

In this link there's an abstract about that assolo method, interesting:

http://www.computer.org/portal/web/csdl/doi/10.1109/ICIMP.2009.28


Best regards

Gabriel




El 27/04/2012 07:34 p.m., 3zl Trizonelabs escribió:
> measuring bandwidth we test with "assolo" packet in afrimesh repos
> (builds ok with trunk)
>
> maybe also have a look at
>
>
> http://wiki.openwrt.org/doc/howto/packet.scheduler/packet.scheduler.theory
>
>    TBF with netem discussed here
>                      https://forum.openwrt.org/viewtopic.php?pid=161108
>
> regards
> 3zl
>

  reply	other threads:[~2012-05-03 15:36 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-25 13:26 [B.A.T.M.A.N.] pull request: batman-adv 2012-04-25 Antonio Quartulli
2012-04-25 13:26 ` [B.A.T.M.A.N.] [PATCH 01/15] batman-adv: add UNICAST_4ADDR packet type Antonio Quartulli
2012-04-25 13:26 ` [B.A.T.M.A.N.] [PATCH 02/15] batman-adv: add a new log level for DAT debugging Antonio Quartulli
2012-04-25 13:26 ` [B.A.T.M.A.N.] [PATCH 03/15] batman-adv: add biggest_unsigned_int(x) macro Antonio Quartulli
2012-04-25 14:14   ` David Laight
2012-04-25 14:57     ` David Laight
2012-04-25 18:09       ` David Miller
2012-04-25 20:27         ` [B.A.T.M.A.N.] Traffic Control in batman-adv gtolon
2012-04-25 20:51           ` Sven Eckelmann
2012-04-26 12:58             ` gtolon
2012-04-26 14:49               ` 3zl Trizonelabs
2012-04-26 15:26                 ` Marek Lindner
2012-04-26 16:04                   ` 3zl Trizonelabs
2012-04-27 18:18                     ` gtolon
2012-04-27 21:20                       ` Guido Iribarren
2012-04-27 22:34                         ` 3zl Trizonelabs
2012-05-03 15:36                           ` gtolon [this message]
2012-04-27 12:51         ` [B.A.T.M.A.N.] [PATCH 03/15] batman-adv: add biggest_unsigned_int(x) macro Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 04/15] batman-adv: Distributed ARP Table - create DHT helper functions Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 05/15] batman-adv: Distributed ARP Table - add ARP parsing functions Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 06/15] batman-adv: Distributed ARP Table - add snooping functions for ARP messages Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 07/15] batman-adv: Distributed ARP Table - increase default soft_iface ARP table timeout Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 08/15] batman-adv: Distributed ARP Table - add compile option Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 09/15] batman-adv: fix wrong dhcp option list browsing Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 10/15] batman-adv: introduce is_single_hop_neigh variable to increase readability Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 11/15] batman-adv: introduce packet type handler array for incoming packets Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 12/15] batman-adv: register batman ogm receive function during protocol init Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 13/15] batman-adv: rename last_valid to last_seen Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 14/15] batman-adv: replace HZ calculations with jiffies_to_msecs() Antonio Quartulli
2012-04-25 13:27 ` [B.A.T.M.A.N.] [PATCH 15/15] batman-adv: split neigh_new function into generic and batman iv specific parts Antonio Quartulli

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=4FA2A5F0.5090905@inti.gob.ar \
    --to=gtolon@inti.gob.ar \
    --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