From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 8 Oct 2009 09:33:37 +0800 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200910080933.37546.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] batman-adv and TCP problem - SOLVED 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 Hi, > I have solved my problem. > > It is related to the TCP checksum offload function: I am using as embedded > platform PCEngines Alix 3d2, that do not support this function (and also > qemu virtual machines do not support it). > > This patch disable the tx checksum offload and everything now works fine > for me! nice finding ! I looked through kernel source a bit and it seems we can live without that flag (the tun driver also does not set it). I would commit your patch to the repository unless there are objections ? Regards, Marek