RFC Errata
RFC 3720, "Internet Small Computer Systems Interface (iSCSI)", April 2004
Note: This RFC has been obsoleted by RFC 7143
Note: This RFC has been updated by RFC 3980, RFC 4850, RFC 5048, RFC 7146
Source of RFC: ips (tsv)
Errata ID: 7622
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Wu Kaiqiang
Date Reported: 2023-08-31
Section 12.1 says:
+---------------------------------------------+ | Name | Description | Generator | +---------------------------------------------+ | CRC32C | 32 bit CRC |0x11edc6f41| +---------------------------------------------+ | None | no digest | +---------------------------------------------+
It should say:
+---------------------------------------------+ | Name | Description | Generator | +---------------------------------------------+ | CRC32C | 32 bit CRC |0x1edc6f41| +---------------------------------------------+ | None | no digest | +---------------------------------------------+
Notes:
The polynomial should be 0x1edc6f41, not 0x11edc6f41 (which include more 1)