File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
specification/transport/udp Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -373,6 +373,14 @@ \subsection{Maximum transmission unit}
373373 which is allowed as long as such behavior is opaque to the Cyphal/UDP end systems.
374374}.
375375
376+ In multi-frame transfers, the payload size of all frames except the last one shall be the same.
377+ The payload size of the last frame shall be greater than zero and not greater than that of the preceding
378+ frames\footnote {%
379+ The same-MTU constraint for all frames except the last is necessary to enable efficient reassembly of
380+ multi-frame transfers with frames arriving out-of-order, including the case of frames interleaving between
381+ adjacent transfers.
382+ }.
383+
376384\subsection {Real-time and resource-constrained systems }
377385
378386It is anticipated that real-time and/or resource-constrained systems may implement Cyphal/UDP
You can’t perform that action at this time.
0 commit comments