Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2020-07-12,master
commit f8b3008959d0b7f1c21c08a1220e9fe81d1cb779 Author: Sven Eckelmann sven@narfation.org Date: Sat Jun 20 21:14:54 2020 +0000
doc: batman-adv/NetworkCoding
f8b3008959d0b7f1c21c08a1220e9fe81d1cb779 batman-adv/NetworkCoding.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/NetworkCoding.textile b/batman-adv/NetworkCoding.textile index aefa4ed..bab9e04 100644 --- a/batman-adv/NetworkCoding.textile +++ b/batman-adv/NetworkCoding.textile @@ -24,7 +24,7 @@ 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: +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 turned off at runtime with batctl: <pre> # batctl nc 0 </pre>