From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 12 Nov 2014 16:31:30 +0100 From: Andrew Lunn Message-ID: <20141112153130.GC10957@lunn.ch> References: <20141112042905.GB31881@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [B.A.T.M.A.N.] Tcp filtering in batman-adv 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 Wed, Nov 12, 2014 at 11:06:51AM +0530, Krishnathiepan Rasanayagam wrote: > Hi Andrew, > > i don't understand you, can you rephrase it? http://tldp.org/HOWTO/Traffic-Control-HOWTO/index.html This is the normal way to do QoS within Linux. You can do traffic shaping, scheduling, policing, etc. I've not tried it, but you should be able to apply tc commands to both the soft interface, bat0, and the hard interface, wlan0. Now you seem to be saying you want to do QoS in the middle of BATMAN. Why? What can you do in the middle, which TC cannot do? Andrew