From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 7 Jul 2011 14:37:27 +0200 References: <1309995659-19126-1-git-send-email-ordex@autistici.org> <1309995659-19126-4-git-send-email-ordex@autistici.org> In-Reply-To: <1309995659-19126-4-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201107071437.27656.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 3/3] batman-adv: keep global table consistency in case of roaming Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Thursday, July 07, 2011 01:40:59 Antonio Quartulli wrote: > To keep consistency of other originator tables, new clients detected as > roamed, are kept in the global table but are marked as TT_CLIENT_PENDING > They are purged only when the new ttvn is received by the corresponding > originator. Moreover they need to be considered as removed in case of > global transtable lookup. Applied in revision 4f7b492. Thanks, Marek