Skip to content

Commit 0b9f490

Browse files
committed
Updating info on length limitation for <data> and <string> fields.
1 parent c80dae2 commit 0b9f490

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

fields/data.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ as well as extra properties and elements described below.
1313
</schema>
1414
----
1515
Such definition of the **&lt;data&gt;** 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, &lt;size&gt; >> layer of the <<frames-frames, &lt;frame&gt; >> 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 ====
2023
The default value of the **&lt;data&gt;** field when constructed can be specified

fields/string.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ as well as extra properties and elements described below.
1313
</schema>
1414
----
1515
Such definition of the **&lt;string&gt;** 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, &lt;size&gt; >> layer of the <<frames-frames, &lt;frame&gt; >> 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 ====
2023
The default value of the **&lt;string&gt;** field when constructed can be specified

0 commit comments

Comments
 (0)