Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 0376bebc9994c92ba5e10efff367ac9b4ee393ca Author: Martin Hundebøll martin@hundeboll.net Date: Thu Jan 5 19:34:11 2012 +0000
doc: batman-adv/NetworkCoding-technical
0376bebc9994c92ba5e10efff367ac9b4ee393ca 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 e8291e2d..04ae8697 100644 --- a/batman-adv/NetworkCoding-technical.textile +++ b/batman-adv/NetworkCoding-technical.textile @@ -35,6 +35,7 @@ To make the implementation of catwoman complete, the following features must be * -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. +* Collect nc-related members of bat_priv in a nc-struct.
h2. Ideas