Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit d7d51c02f5b5aa80473d274f502605505df19942 Author: Martin Hundebøll martin@hundeboll.net Date: Tue Oct 18 13:41:07 2011 +0000
doc: batman-adv/NetworkCoding-technical
d7d51c02f5b5aa80473d274f502605505df19942 batman-adv/NetworkCoding-technical.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/NetworkCoding-technical.textile b/batman-adv/NetworkCoding-technical.textile index 6c8e3c82..b2db4df8 100644 --- a/batman-adv/NetworkCoding-technical.textile +++ b/batman-adv/NetworkCoding-technical.textile @@ -32,7 +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 +* -Refactor code into three files: catwoman.c, coding.c, and decoding.c- * Remove coding_path after a certain timeout.
h2. Ideas @@ -42,5 +42,5 @@ h2. Ideas * Implement Random Linear Network Coding (RLNC) on packets from the same flow, also to improve reliability. * Use checksums instead of packet_id's to identify decoding packets. * Implement a "catwoman-support"-flag in OGM to allow mixing of nodes with and without catwoman enabled. -* Refactor function names and variables to cw_* (or nc_*) instead of catwoman_* and coding_*. +* -Refactor function names and variables to cw_* (or nc_*) instead of catwoman_* and coding_*.- * ... \ No newline at end of file