Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit c4a3cafa814eb4d19a110c51da9017f4eea55596 Author: Martin Hundebøll martin@hundeboll.net Date: Tue Dec 6 10:31:04 2011 +0000
doc: batman-adv/NetworkCoding-technical
c4a3cafa814eb4d19a110c51da9017f4eea55596 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 b6025289..e8291e2d 100644 --- a/batman-adv/NetworkCoding-technical.textile +++ b/batman-adv/NetworkCoding-technical.textile @@ -30,7 +30,7 @@ To make the implementation of catwoman complete, the following features must be * -Use the link quality of overhearing links when looking for coding opportunities.- * -Support configuration with batctl.- * -Use bat_dbg instead of printk.- -* Support setups with multiple interfaces. +* Support setups with multiple interfaces. (Need to make sure that nc_nodes are on the same interface.) * -Maintain ref-counters for struct orig_node.- * -Refactor code into three files: catwoman.c, coding.c, and decoding.c- * -Remove nc_path after a certain timeout.-