From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 27 Aug 2009 18:05:38 +0800 References: <20090826064151.GE21827@ma.tech.ascom.ch> <200908261119.22173.onelektra@gmx.net> <20090826180810.GF16067@lunn.ch> In-Reply-To: <20090826180810.GF16067@lunn.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200908271805.39186.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] List policy for none subscribers 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 27 August 2009 02:08:10 Andrew Lunn wrote: > How many of these goals can be reached without changing the packet > format? I've implemented regenerating lost OGMs without changing the > protocol to a degree it needs to bump the version number. Does > removing the averaging of TQ from remote neighbors change the message > format? > > My question would be, does not changing the message format so that the > version number can stay the same impose too high a penalty in terms of > design restrictions? Correct me if I'm mistaken but I thought you added the originator interval ?! In the past we did not only increase the version number when the packet format changed. We use that number to distinguish different ways of processing routing information. A packet format modification is the most obvious change but not the only one. If I receive a packet and interprete it completely different than the neighbor giving that packet to me the chance of creating routing loops is high. Therefore any major routing protocol change might require the version field to be updated. Regards, Marek