commit | ced72933a5e8ab52bb066a4a4083840b6f7f62ff | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Wed Apr 24 16:37:51 2013 +0200 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Wed Oct 09 21:22:31 2013 +0200 |
tree | 65415ac977b3f0bf1e0d09b5e0c7fd752d815bd4 | |
parent | 122edaa05940c021a55492d8c12f7663ce5168de [diff] |
batman-adv: use CRC32C instead of CRC16 in TT code CRC32C has to be preferred to CRC16 because of its possible HW native support and because of the reduced collision probability. With this change the Translation Table component now uses CRC32C to compute the local and global table checksum. Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>