From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 25 Apr 2013 13:38:01 +0800 References: <1366814272-21120-1-git-send-email-ordex@autistici.org> In-Reply-To: <1366814272-21120-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201304251338.01441.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH respin 1/2] batman-adv: use CRC32C instead of CRC16 in TT code 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: Antonio Quartulli On Wednesday, April 24, 2013 22:37:51 Antonio Quartulli wrote: > CRC32C has to be preferred to CRC16 because of its possible > HW native support and because of its less likely probability > of collision. With this change the Translation Table > component now uses CRC32C to compute the Local and Global > Table checksum. > > Signed-off-by: Antonio Quartulli > --- > packet.h | 4 +-- > translation-table.c | 71 > ++++++++++++++++++++++++++++------------------------- > types.h | 4 +-- > 3 files changed, 42 insertions(+), 37 deletions(-) Applied in revision c5e7a06. Thanks, Marek