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 5/6] batman-adv: Save overheard and tx packets for decoding.
Date: Tue, 29 Jan 2013 23:36:10 +0800 [thread overview]
Message-ID: <201301292336.10438.lindner_marek@yahoo.de> (raw)
In-Reply-To: <1359108763-31846-6-git-send-email-martin@hundeboll.net>
On Friday, January 25, 2013 18:12:42 Martin Hundebøll wrote:
> To be able to decode a network coded packet, a node must already know
> one of the two coded packets. This is done by buffering skbs before
> transmission and buffering packets sniffed with promiscuous mode from
> other hosts.
>
> Packets are kept in a buffer similar to the one with forward-skbs: A
> hash table, where each entry, which corresponds to a src-dst pair, has a
> linked list packets.
>
> Signed-off-by: Martin Hundebøll <martin@hundeboll.net>
> ---
> This patch depends on my previous patch on the mailing list:
> "Return reason for failure in batadv_check_unicast_packet()"
>
> v3:
> * Use new return values from batadv_check_unicast_packet()
> v4:
> * Added missing kernel doc entry for enum batadv_counters
>
> network-coding.c | 208
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++- network-coding.h
> | 18 +++++
> routing.c | 13 +++-
> send.c | 5 ++
> soft-interface.c | 1 +
> types.h | 11 +++
> 6 files changed, 253 insertions(+), 3 deletions(-)
Applied in revision 65aa656.
Thanks,
Marek
next prev parent reply other threads:[~2013-01-29 15:36 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
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 [this message]
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=201301292336.10438.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