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 ordex@autistici.org
packet.h | 4 +-- translation-table.c | 71 ++++++++++++++++++++++++++++------------------------- types.h | 4 +-- 3 files changed, 42 insertions(+), 37 deletions(-)
Applied in revision c5e7a06.
Thanks, Marek