From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 11 Feb 2014 17:59:23 +0100 From: Andrew Lunn Message-ID: <20140211165923.GD24633@lunn.ch> References: <1392122903-805-1-git-send-email-antonio@meshcoding.com> <1392122903-805-7-git-send-email-antonio@meshcoding.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1392122903-805-7-git-send-email-antonio@meshcoding.com> Subject: Re: [B.A.T.M.A.N.] [RFC 06/23] batman-adv: ELP - adding sysfs parameter for elp interval 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 Cc: Marek Lindner , Antonio Quartulli On Tue, Feb 11, 2014 at 01:48:06PM +0100, Antonio Quartulli wrote: > From: Linus Luessing > > This parameter can be set individually on each interface and > allows the configuration of the ndp interval for the link s/ndp/elp > quality measurements during runtime. Usually it is desirable > to set it to a higher (= slower) value on interfaces which > have a more static characteristic (e.g. wired interfaces) > or very dense neighbourhoods to reduce overhead. > > Developed by Linus during a 6 months trainee study period in > Ascom (Switzerland) AG. > > Signed-off-by: Linus Luessing > Signed-off-by: Marek Lindner > [antonio@open-mesh.com: respin on top of the latest master] > Signed-off-by: Antonio Quartulli > --- > sysfs-class-net-batman-adv | 8 +++++++- > sysfs.c | 7 +++++++ > 2 files changed, 14 insertions(+), 1 deletion(-) > > diff --git a/sysfs-class-net-batman-adv b/sysfs-class-net-batman-adv > index 7f34a95..2884c98 100644 > --- a/sysfs-class-net-batman-adv > +++ b/sysfs-class-net-batman-adv > @@ -1,4 +1,11 @@ > > +What: /sys/class/net//batman-adv/elp_interval > +Date: Mar 2012 Might make sense to update this to 2014? Andrew