From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 16 Sep 2010 23:59:08 +0200 From: Andreas Langer Message-ID: <20100916235908.51ab3bfc@rechenknecht> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [B.A.T.M.A.N.] batman-adv: unicast fragmentation enhancements 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 Hi again, things that changed since the last patch: - add support to fragment packets on every node, if outgoing iface mtu is smaller as the packet - add support to defragment packets on every node, if outgoing iface mtu is >= original size - rename some functions In this patch every node defragment packets if it can. Do you think it is better to add an option to enable/disable this ? Sven, any idea why checkpatch (0.31)b do this ? ERROR: space prohibited after that '-' (ctx:WxW) #10: FILE: batman-adv/routing.c:1146: + uni_diff = sizeof(struct unicast_frag_packet) - hdr_len; ^ regards, Andreas