From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 23 Oct 2010 03:45:09 +0200 References: <1286922125-18097-1-git-send-email-linus.luessing@web.de> <1286969589-31373-1-git-send-email-linus.luessing@ascom.ch> In-Reply-To: <1286969589-31373-1-git-send-email-linus.luessing@ascom.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201010230345.09650.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 5/4] batman-adv: Make hop_penalty configurable via sysfs 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 Wednesday 13 October 2010 13:33:09 Linus L=C3=BCssing wrote: > Exposing the hop_penalty is especially useful for the stated scenario: A > static node can keep the default originator interval, a mobile node can > select a quicker one resulting in faster route updates towards this > mobile node. Additionally, such a mobile node could select a higher hop > penalty (or even set it to 255 to disable acting as a router for other > nodes) to make it less desirable, letting other nodes avoid selecting > this mobile node as a router. Applied in revision 1843. Thanks, Marek