Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 2e22b00c168187b24ea458b16c7ac79476fbb5de Author: Antonio Quartulli a@unstable.cc Date: Wed Apr 27 23:59:20 2011 +0000
doc: batman-adv/Client-roaming
2e22b00c168187b24ea458b16c7ac79476fbb5de batman-adv/Client-roaming.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Client-roaming.textile b/batman-adv/Client-roaming.textile index 11a99bed..7da26fda 100644 --- a/batman-adv/Client-roaming.textile +++ b/batman-adv/Client-roaming.textile @@ -9,7 +9,7 @@ This means that every unicast packet will contain a new field: the '''ttvn''', w
In case of positive match, the router will change the destination and will consequently route the packet. The ttvn value carried by the unicat packet is updated too.
-h2 Speeding up the roaming +h2. Speeding up the roaming
The base idea is simple and clean and permit nodes with a fresher table to redirect packets to the correct destination (a new one). But in case of roaming we have the same issue as the previous implementation because nodes have to wait for the OGM before updating their tables. To solve this issue a new mechanism has been introduced: in case of roaming a new packet type is used to send a message to the old node which was serving the client do that it can update its global table on time!