Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 5528ba5393e0acc2c0ce23709e5bfe051cb08525 Author: Martin Hundebøll martin@hundeboll.net Date: Thu Nov 10 14:15:50 2011 +0000
doc: batman-adv/NetworkCoding-technical
5528ba5393e0acc2c0ce23709e5bfe051cb08525 batman-adv/NetworkCoding-technical.textile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/batman-adv/NetworkCoding-technical.textile b/batman-adv/NetworkCoding-technical.textile index 13ceafa0..b6025289 100644 --- a/batman-adv/NetworkCoding-technical.textile +++ b/batman-adv/NetworkCoding-technical.textile @@ -28,12 +28,13 @@ To make the implementation of catwoman complete, the following features must be * -Remove outdated nodes from the list of coding neighbors periodically.- * Support fragmented unicast packets. * -Use the link quality of overhearing links when looking for coding opportunities.- -* Support configuration with batctl. +* -Support configuration with batctl.- * -Use bat_dbg instead of printk.- * Support setups with multiple interfaces. -* Maintain ref-counters for struct orig_node. +* -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.- +* Determine allowed holding times based on the tick time of the system.
h2. Ideas