From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 7 Feb 2012 02:37:49 +0800 References: <1327258827-13861-1-git-send-email-siwu@hrz.tu-chemnitz.de> <1327258827-13861-8-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1327258827-13861-8-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: <201202070237.50035.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv3 07/10] batman-adv: add broadcast duplicate check 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 Monday, January 23, 2012 03:00:24 Simon Wunderlich wrote: > When multiple backbone gateways relay the same broadcast from the > backbone into the mesh, other nodes in the mesh may receive this > broadcast multiple times. To avoid this, the crc checksums of > received broadcasts are recorded and new broadcast packets with > the same content may be dropped if received by another gateway. Applied in revision e5cf86d. Thanks, Marek