Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit c442fca67c58f57252a628ac81750770fd0febbf Author: Simon Wunderlich sw@simonwunderlich.de Date: Sun May 29 23:00:46 2011 +0000
doc: batman-adv/Client-announcement
c442fca67c58f57252a628ac81750770fd0febbf batman-adv/Client-announcement.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Client-announcement.textile b/batman-adv/Client-announcement.textile index 06b51493..58c43f88 100644 --- a/batman-adv/Client-announcement.textile +++ b/batman-adv/Client-announcement.textile @@ -68,7 +68,7 @@ To reduce the overhead of the table request operations, each node on the path of
h2. Computing the crc16 checksum:
-The crc16 checksum field which is sent along with the ttvn field in the OGM is computed for a generic originator O as "the xor of all the crc16 values of each local tt table address entry". +The crc16 checksum field which is sent along with the ttvn field in the OGM is computed for a generic originator O as "the xor of the crc16 values of the MAC addresses in the local translation table entries".
**Pseudocode**: <pre><code>tt_local_crc(orig_node O) {