public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 0/4] batman-adv: tt code fixes and temporary client detection
@ 2012-04-04 12:42 Antonio Quartulli
  2012-04-04 12:42 ` [B.A.T.M.A.N.] [PATCHv2 1/4] batman-adv: clear ADD+DEL (and viceversa) events in the same orig-interval Antonio Quartulli
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Antonio Quartulli @ 2012-04-04 12:42 UTC (permalink / raw)
  To: b.a.t.m.a.n

This set of patches aims to first clean & fix the code a little bit in order to
prepare it for the temporary client recognition (patch 5/5).

Temporary client recognition: In the current implementation, whenever a client
joins the network it has to wait the next OGM in order to be announced to the
whole network (by means of the known TT mechanism). Before that time, the client
will be unable to communicate to whichever else client, so generating some delay
that usually leads to DHCP (or any other service) timeout. This problem is
amplified is for large originator interval.

Patch 4/4 add a temporary recognition mechanism which make every node in the
network "autodetect" the location (namely the node serving) the node yet
announced client

*** VERSION 2 ***
TT_CLIENT_PENDING fix has been committed and so we do not need to refix it now.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-10 18:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04 12:42 [B.A.T.M.A.N.] [PATCH 0/4] batman-adv: tt code fixes and temporary client detection Antonio Quartulli
2012-04-04 12:42 ` [B.A.T.M.A.N.] [PATCHv2 1/4] batman-adv: clear ADD+DEL (and viceversa) events in the same orig-interval Antonio Quartulli
2012-04-04 12:42 ` [B.A.T.M.A.N.] [PATCHv2 2/4] batman-adv: beautify tt_global_add() argument list Antonio Quartulli
2012-04-04 12:42 ` [B.A.T.M.A.N.] [PATCHv2 3/4] batman-adv: let tt_global_entry_has_orig() return the orig_entry or NULL instead of 1 or 0 only Antonio Quartulli
2012-04-09 16:55   ` Martin Hundebøll
2012-04-10 18:17     ` Antonio Quartulli
2012-04-04 12:42 ` [B.A.T.M.A.N.] [PATCHv2 4/4] batman-adv: enable nodes to detect not yet announced clients Antonio Quartulli
2012-04-06 10:13   ` Antonio Quartulli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox