Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 3c6bcc004b29a6f6fc344159053374248474ce1b Author: Martin Hundebøll martin@hundeboll.net Date: Thu Oct 13 17:50:06 2011 +0000
doc: batman-adv/NetworkCoding-technical
3c6bcc004b29a6f6fc344159053374248474ce1b batman-adv/NetworkCoding-technical.textile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/batman-adv/NetworkCoding-technical.textile b/batman-adv/NetworkCoding-technical.textile index 4d3344a9..e27767da 100644 --- a/batman-adv/NetworkCoding-technical.textile +++ b/batman-adv/NetworkCoding-technical.textile @@ -16,7 +16,11 @@ The current code is available in out "git repository":http://git.open-mesh.org/? * Decode coded packets. * Recode decoded packets only when the destination(s) has the decoded packet (not always the case).
-Catwoman is configured with the files in /sys/devices/virtual/net/bat0/mesh/catwoman{|_hold|purge}. To collect information about the processed packets, read /sys/kernel/debug/batman_adv/bat0/coding_stats +Catwoman is configured with the files in +/sys/devices/virtual/net/bat0/mesh/catwoman{|_hold|purge}. + +To collect information about the processed packets, read +/sys/kernel/debug/batman_adv/bat0/coding_stats
h2. Required Work