Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit d42af5f1eecbb7aef7b49c66527548cc3f11ff0e Author: Martin Hundebøll martin@hundeboll.net Date: Wed Oct 19 18:05:08 2011 +0000
doc: batman-adv/NetworkCoding-technical
d42af5f1eecbb7aef7b49c66527548cc3f11ff0e batman-adv/NetworkCoding-technical.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/NetworkCoding-technical.textile b/batman-adv/NetworkCoding-technical.textile index 0a9dcedd..13ceafa0 100644 --- a/batman-adv/NetworkCoding-technical.textile +++ b/batman-adv/NetworkCoding-technical.textile @@ -29,7 +29,7 @@ To make the implementation of catwoman complete, the following features must be * Support fragmented unicast packets. * -Use the link quality of overhearing links when looking for coding opportunities.- * Support configuration with batctl. -* Use bat_dbg instead of printk. +* -Use bat_dbg instead of printk.- * Support setups with multiple interfaces. * Maintain ref-counters for struct orig_node. * -Refactor code into three files: catwoman.c, coding.c, and decoding.c-