Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2023-01-14,main
commit f9ebe02fa1527994ccaa2c4ff4a491f2a6c6e2c1 Author: Sven Eckelmann sven@narfation.org Date: Sat Dec 17 13:20:17 2022 +0000
doc: batman-adv/NetworkCoding: switch to non-controversy git branch names
f9ebe02fa1527994ccaa2c4ff4a491f2a6c6e2c1 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 bab9e049..e76a3d3f 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 turned off 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/main:/README.extern... to learn how to set the compile option). It can be turned off at runtime with batctl: <pre> # batctl nc 0 </pre>