Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-09-14,master
commit 2765edb95521e54748269dabafe5c78bb0495903 Author: Sven Eckelmann sven@narfation.org Date: Sun Mar 3 19:35:41 2019 +0000
doc: batman-adv/NetworkCoding: don't reference deprecated sysfs files
2765edb95521e54748269dabafe5c78bb0495903 batman-adv/NetworkCoding.textile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/batman-adv/NetworkCoding.textile b/batman-adv/NetworkCoding.textile index 5e36cd2..aefa4ed 100644 --- a/batman-adv/NetworkCoding.textile +++ b/batman-adv/NetworkCoding.textile @@ -24,10 +24,9 @@ There are a few requirements to your setup, if you want to benefit from network * For network coding to work, it is required to have an enabled and working promiscuous mode on all nodes, as promiscuity is used to both overhear packets and receive network coded packets. Be aware that many wireless devices have no functioning promiscuous mode, so some testing might be required. * Your wireless device must support an MTU of 1546, as the batman-adv header for network coded packets carries more information than usual unicast packets.
-To enable network coding, enable it a compile time (consult "the README.external file":https://git.open-mesh.org/batman-adv.git/blob/refs/heads/master:/README.exte... to learn how to set the compile option). It can be disabled at runtime with batctl or in sysfs: +To enable network coding, enable it a compile time (consult "the README.external file":https://git.open-mesh.org/batman-adv.git/blob/refs/heads/master:/README.exte... to learn how to set the compile option). It can be disabled at runtime with batctl: <pre> # batctl nc 0 -# echo 0 > /sys/class/net/bat0/mesh/network_coding </pre>
Remember to set promiscuous mode and adjust the MTU to the bigger batman-header for coded packets: