From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 12 Mar 2012 15:41:03 +0800 References: <1331417873-19354-1-git-send-email-lindner_marek@yahoo.de> <20120311215039.GA26577@pandem0nium> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203121541.04403.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: avoid temporary routing loops by being strict on forwarded OGMs 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 Hi, > I agree with this patch, actually it should solve the loop problem as it is > very similar to the proposed modification in my thesis. thanks for the feedback! > In this way I think it is not necessary a global window to average TQ > values but only the latest value can be sufficient. Doing this can be > re-implemented a mechanism to improve OGM reliability sending old TQ ant > TTL (and also sequence number) of the current best router if for example 2 > OGM are missing. I don't quite understand what you are proposing. Are you saying removing the averaging mechanism makes this patch obsolete and allows replacing the TTL/TQ values as the code does now (without the patch) ? Cheers, Marek