RFC Errata
Found 1 record.
Status: Reported (1)
RFC 7959, "Block-Wise Transfers in the Constrained Application Protocol (CoAP)", August 2016
Source of RFC: core (art)
Errata ID: 7523
Status: Reported
Type: Editorial
Publication Format(s) : TEXT
Reported By: Christian Amsüss
Date Reported: 2023-05-24
Section 3 says:
then the block number (NUM), more bit (M), and block size exponent (2**(SZX+4)) separated by slashes. For example, a Block2 Option
It should say:
then the block number (NUM), more bit (M), and block size (2**(SZX+4)) separated by slashes. For example, a Block2 Option
Notes:
The examples are given in the style of "2:1/1/128", wher 128 is the size (2**(SZX+4)), not the size exponent -- it contains the size exponent in the expression, but the full expression is the size.
(Reporting this as an erratum because the use of "SZX" for "size" instead of "size exponent" has some potential for spreading and creating confusion; for example in Wireshark at https://gitlab.com/wireshark/wireshark/-/merge_requests/10763)