From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 17 Oct 2011 14:46:14 +0200 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201110171446.14875.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: correctly set the data field in the TT_REPONSE packet 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 Monday, October 17, 2011 14:25:13 Antonio Quartulli wrote: > In the TT_RESPONSE packet, the number of carried entries is not correctly > set. This leads to a wrong interpretation of the packet payload on the > receiver side causing random entries to be added to the global translation > table. Therefore the latter gets always corrupted, triggering a table > recovery all the time. Applied in revision ff7887c. Thanks, Marek