public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
From: Marek Lindner <lindner_marek@yahoo.de>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: "Martin Hundebøll" <martin@hundeboll.net>
Subject: Re: [B.A.T.M.A.N.] [PATCHv4 3/6] batman-adv: Buffer unicast packets before forward.
Date: Tue, 29 Jan 2013 23:35:04 +0800	[thread overview]
Message-ID: <201301292335.04543.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1359108763-31846-4-git-send-email-martin@hundeboll.net>

On Friday, January 25, 2013 18:12:40 Martin Hundebøll wrote:
> Two be able to network code two packets, one packet must be buffered
> until the next is available. This is done in a "coding buffer", which is
> essentially a hash table with lists of packets. Each entry in the hash
> table corresponds to a specific src-dst pair, which has a linked list of
> packets that are buffered.
> 
> This patch adds skbs to the buffer just before forwarding them. The
> buffer is traversed every 10 ms, where timed skbs are removed from the
> buffer and transmitted. To allow experiments with the network coding
> scheme, the timeout is tunable through a file in debugfs.
> 
> Signed-off-by: Martin Hundebøll <martin@hundeboll.net>
> ---
> v3:
>  * Removed unused define
> 
>  compat.c         |  10 ++
>  compat.h         |   1 +
>  network-coding.c | 492
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++ network-coding.h
> |  10 ++
>  routing.c        |  18 +-
>  types.h          |  49 ++++++
>  6 files changed, 573 insertions(+), 7 deletions(-)

Applied in revision d287859.

Thanks,
Marek

  reply	other threads:[~2013-01-29 15:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-25 10:12 [B.A.T.M.A.N.] [PATCHv4 0/6] CATWOMAN: Network coding in batman-adv Martin Hundebøll
2013-01-25 10:12 ` [B.A.T.M.A.N.] [PATCHv4 1/6] batman-adv: Add the initial code for network coding Martin Hundebøll
2013-01-29 15:33   ` Marek Lindner
2013-01-25 10:12 ` [B.A.T.M.A.N.] [PATCHv4 2/6] batman-adv: Detect coding nodes and remove these after timeout Martin Hundebøll
2013-01-29 15:33   ` Marek Lindner
2013-01-25 10:12 ` [B.A.T.M.A.N.] [PATCHv4 3/6] batman-adv: Buffer unicast packets before forward Martin Hundebøll
2013-01-29 15:35   ` Marek Lindner [this message]
2013-01-25 10:12 ` [B.A.T.M.A.N.] [PATCHv4 4/6] batman-adv: Code and transmit packets if possible Martin Hundebøll
2013-01-29 15:35   ` Marek Lindner
2013-01-25 10:12 ` [B.A.T.M.A.N.] [PATCHv4 5/6] batman-adv: Save overheard and tx packets for decoding Martin Hundebøll
2013-01-29 15:36   ` Marek Lindner
2013-01-25 10:12 ` [B.A.T.M.A.N.] [PATCHv4 6/6] batman-adv: Receive coded packets and decode them Martin Hundebøll
2013-01-29 15:36   ` 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=201301292335.04543.lindner_marek@yahoo.de \
    --to=lindner_marek@yahoo.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=martin@hundeboll.net \
    /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