File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,11 @@ as well as extra properties and elements described below.
1313</schema>
1414----
1515Such definition of the **<data>** does **NOT** have any limit on
16- the length of the data, and will consume all the available bytes in the
17- input buffer.
16+ the length of the data, and will consume all the __available__ bytes in the
17+ input buffer. Note, that the __available__ bytes may be bound by the
18+ <<frames-size, <size> >> layer of the <<frames-frames, <frame> >> or
19+ other means. It does NOT necessarily mean that all the bytes received from the I/O link
20+ will be consumed.
1821
1922==== Default Value ====
2023The default value of the **<data>** field when constructed can be specified
Original file line number Diff line number Diff line change @@ -13,8 +13,11 @@ as well as extra properties and elements described below.
1313</schema>
1414----
1515Such definition of the **<string>** does **NOT** have any limit on
16- the length of the string, and will consume all the available data in the
17- input buffer.
16+ the length of the string, and will consume all the __available__ bytes in the
17+ input buffer. Note, that the __available__ bytes may be bound by the
18+ <<frames-size, <size> >> layer of the <<frames-frames, <frame> >> or
19+ other means. It does NOT necessarily mean that all the bytes received from the I/O link
20+ will be consumed.
1821
1922==== Default Value ====
2023The default value of the **<string>** field when constructed can be specified
You can’t perform that action at this time.
0 commit comments