From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 27 Apr 2013 13:44:46 +0800 References: <1366879046-24507-1-git-send-email-siwu@hrz.tu-chemnitz.de> <1366879046-24507-4-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1366879046-24507-4-git-send-email-siwu@hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201304271344.46535.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv4 3/6] batman-adv: reorder packet types 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: b.a.t.m.a.n@lists.open-mesh.org Cc: Simon Wunderlich On Thursday, April 25, 2013 16:37:23 Simon Wunderlich wrote: > Reordering the packet type numbers allows us to handle unicast > packets in a general way - even if we don't know the specific packet > type, we can still forward it. There was already code handling > this for a couple of unicast packets, and this is the more > generalized version to do that. > > Signed-off-by: Simon Wunderlich > --- > main.c | 20 +++++++++++++++----- > packet.h | 34 +++++++++++++++++++++++++--------- > routing.c | 28 ++++++++++++++++++++++++++++ > routing.h | 2 ++ > 4 files changed, 70 insertions(+), 14 deletions(-) Applied in revision 3bcf1e1. Thanks, Marek