You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When binary data messages are read from TCP streams, an initial length field is typical. This provides an initial length field and a payload of that length as a reusable component DFDL schema.
DFDL Schema: tcpMessage - simple length header for messages on byte streams
TCP streams have no notion of datagrams.
This schema provides the minimal notion of a datagram, just a length field (32-bits) followed by data of that length.
The maximum message length is 65535, but can be adjusted upward.
About
When binary data messages are read from TCP streams, an initial length field is typical. This provides an initial length field and a payload of that length as a reusable component DFDL schema.