From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 7 Jul 2011 14:36:51 +0200 References: <1309995659-19126-1-git-send-email-ordex@autistici.org> <1309995659-19126-3-git-send-email-ordex@autistici.org> In-Reply-To: <1309995659-19126-3-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201107071436.51989.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/3] batman-adv: keep local table consistency for further TT_RESPONSE 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:58 Antonio Quartulli wrote: > To keep transtable consistency among all the nodes, an originator must > not send not yet announced clients within a full table TT_RESPONSE. > Instead, deleted client have to be kept in the table in order to be sent > within an immediate TT_RESPONSE. In this way all the nodes in the > network will always provide the same response for the same request. > > All the modification are committed at the next ttvn increment even Applied in revision 6f4d271. Thanks, Marek