Represent fragment size as uint16_t
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
7fbbc13e65
commit
82e6a7972c
6 changed files with 32 additions and 13 deletions
|
@ -375,7 +375,7 @@ CycloneDDS configuration</xs:documentation>
|
|||
<xs:documentation>
|
||||
<p>This element specifies the size of DDSI sample fragments generated by Cyclone DDS. Samples larger than FragmentSize are fragmented into fragments of FragmentSize bytes each, except the last one, which may be smaller. The DDSI spec mandates a minimum fragment size of 1025 bytes, but Cyclone DDS will do whatever size is requested, accepting fragments of which the size is at least the minimum of 1025 and FragmentSize.</p>
|
||||
<p>The unit must be specified explicitly. Recognised units: B (bytes), kB & KiB (2<sup>10</sup> bytes), MB & MiB (2<sup>20</sup> bytes), GB & GiB (2<sup>30</sup> bytes).</p>
|
||||
<p>The default value is: "1280 B".</p></xs:documentation>
|
||||
<p>The default value is: "1344 B".</p></xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="MaxMessageSize" type="config:memsize">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue