Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit c691941199683a0c6a4eb2a10c4ab1dd5d66a149 Author: Martin Hundebøll martin@hundeboll.net Date: Mon Oct 17 16:10:14 2011 +0000
doc: batman-adv/NetworkCoding-technical
c691941199683a0c6a4eb2a10c4ab1dd5d66a149 batman-adv/NetworkCoding-technical.textile | 1 + 1 file changed, 1 insertion(+)
diff --git a/batman-adv/NetworkCoding-technical.textile b/batman-adv/NetworkCoding-technical.textile index 54efb8e9..5d85825f 100644 --- a/batman-adv/NetworkCoding-technical.textile +++ b/batman-adv/NetworkCoding-technical.textile @@ -32,6 +32,7 @@ To make the implementation of catwoman complete, the following features must be * 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
h2. Ideas