|
|
Subscribe / Log in / New account

Checksum offloads and protocol ossification

Checksum offloads and protocol ossification

Posted Dec 9, 2015 3:49 UTC (Wed) by luto (guest, #39314)
Parent article: Checksum offloads and protocol ossification

I'd love to see some focus shift from extremely weak checksums like UDP's to stronger ones like CRC. CRC has all the magic properties needed: it's linear, so you can subtract parts off, and it can be shifted, so you can take a CRC of some suffix or middle chunk of a packet and extend it to the CRC of the whole thing.

And yes, I have seen bad packets over TCP that survive the checksum check. It's just too weak.


to post comments

Checksum offloads and protocol ossification

Posted Dec 9, 2015 9:49 UTC (Wed) by paulj (subscriber, #341) [Link]

Agreed on the TCP checksum. E.g., it doesn't detect re-ordering. Which has bitten me in the past with dodgy hardware.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds