From: Matthias Schiffer Date: Sat, 9 Mar 2013 22:14:23 +0000 (+0100) Subject: batman-adv: send each broadcast only once on non-wireless interfaces X-Git-Tag: v3.11-rc1~16^2~267^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf65bfcc5dbabd7222fa45fdcd42ce0783d7a42;p=pandora-kernel.git batman-adv: send each broadcast only once on non-wireless interfaces While it makes sense to send each broadcast thrice on 802.11 (WLAN) interfaces as broadcasts are often unreliable on these, there is no reason to do so on other interface types. The increased the overhead can be harmful on low-bandwidth links like VPN connections over slow internet lines, therefore it is better to reduce the number of broadcast packets sent on non-wireless links to one. Signed-off-by: Matthias Schiffer Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed