
15 Feb
2008
15 Feb
'08
6:47 a.m.
On Fri, Feb 15, 2008 at 07:33:17AM +0100, ods15 wrote:
--- docs/nut.txt (original) +++ docs/nut.txt Fri Feb 15 07:33:16 2008 @@ -677,8 +677,10 @@ reserved_count[frame_code] (v)
data_size - The size of the following frame. data_size = data_size_lsb + data_size_msb * data_size_mul ; + The size of the following frame, including a possible elision header. + If data_size is 500 bytes, and it has an elision header of 10 bytes, + then the stored frame data following the frame header is 490 bytes.
The description does not appear to match the formula. Diego