Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 4abeb426d2b718886ffde337cd283e8cd3c17580 Author: Antonio Quartulli a@unstable.cc Date: Wed May 18 17:00:32 2011 +0000
doc: batman-adv/Client-announcement
4abeb426d2b718886ffde337cd283e8cd3c17580 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 9bdd2ee5..38f28b75 100644 --- a/batman-adv/Client-announcement.textile +++ b/batman-adv/Client-announcement.textile @@ -103,7 +103,7 @@ h2. TT structures in details: struct hlist_node hash_entry; };</pre></code>
-h2. Impact on data flow +h2. Improving data routing
The ttvn field has also been added to the unicast packet header. A node sending a packet of this type will set this field to the currently known destination's ttvn. Along the path fro the source to the destination, every node will inspect the packet and check whether it knows an higher ttvn for the same destination; if so, the node will look in its global translation table to see which is the current mesh node serving the client which the packet is directed to. At this point the intermediate node will replace the destination and the ttvn values in the unicast packet header and will re-forward the packet to the new destination (possibly the same).