On Friday, December 14, 2012 14:32:45 Martin Hundebøll wrote:
I hereby bring you network coding in batman-adv. (Changed according to Antonios latest review). This allows a relay to send two packets (to two destinations) in a single transmission. Tests[1] have shown an increase in throughput up to 1.6 under the right circumstances.
For this to work, you will need to compile batman-adv with CONFIG_BATMAN_ADV_NC=y and a wireless interface with working promiscuous mode. The rest is taken care of by batman-adv and the following patches.
Next time, please provide a "patch changelog" to make it easier to follow your changes. Everybody else does this too. :-)
A few examples: * https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2012-November/008536.html * https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2012-October/008213.html
The second example is from you ..
Thanks, Marek